aboutsummaryrefslogtreecommitdiff
path: root/sql/catalyst
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-15279][SQL] Catch conflicting SerDe when creating tableAndrew Or2016-05-231-2/+2
* [SPARK-15471][SQL] ScalaReflection cleanupWenchen Fan2016-05-232-88/+21
* [SPARK-15379][SQL] check special invalid datewangyang2016-05-222-4/+42
* [SPARK-15468][SQL] fix some typosBo Meng2016-05-224-5/+5
* [SPARK-15428][SQL] Disable multiple streaming aggregationsTathagata Das2016-05-222-16/+41
* [SPARK-15459][SQL] Make Range logical and physical explain consistentReynold Xin2016-05-222-12/+22
* [SPARK-15312][SQL] Detect Duplicate Key in Partition Spec and Table Propertiesgatorsmile2016-05-213-10/+14
* Small documentation and style fix.Reynold Xin2016-05-211-1/+2
* [SPARK-15415][SQL] Fix BroadcastHint when autoBroadcastJoinThreshold is 0 or -1Jurriaan Pruis2016-05-213-11/+23
* [SPARK-15330][SQL] Implement Reset Commandgatorsmile2016-05-211-1/+3
* [SPARK-15114][SQL] Column name generated by typed aggregate is super verboseDilip Biswal2016-05-212-4/+9
* [SPARK-15462][SQL][TEST] unresolved === false` is enough in testcases.Dongjoon Hyun2016-05-214-12/+5
* [SPARK-15445][SQL] Build fails for java 1.7 after adding java.mathBigInteger ...Sandeep Singh2016-05-211-11/+13
* [SPARK-15438][SQL] improve explain of whole stage codegenDavies Liu2016-05-201-48/+9
* [SPARK-15190][SQL] Support using SQLUserDefinedType for case classesShixiong Zhu2016-05-202-36/+62
* [SPARK-15165] [SPARK-15205] [SQL] Introduce place holder for comments in gene...Kousuke Saruta2016-05-2012-44/+84
* [SPARK-15400][SQL] CreateNamedStruct and CreateNamedStructUnsafe should prese...Takuya UESHIN2016-05-202-5/+30
* [SPARK-15308][SQL] RowEncoder should preserve nested column name.Takuya UESHIN2016-05-202-10/+34
* [SPARK-15313][SQL] EmbedSerializerInFilter rule should keep exprIds of output...Takuya UESHIN2016-05-192-3/+11
* [SPARK-14990][SQL] Fix checkForSameTypeInputExpr (ignore nullability)Reynold Xin2016-05-192-4/+56
* [SPARK-11827][SQL] Adding java.math.BigInteger support in Java type inference...Kevin Yu2016-05-206-2/+59
* [SPARK-15321] Fix bug where Array[Timestamp] cannot be encoded/decoded correctlySumedh Mungee2016-05-201-0/+1
* [SPARK-14346][SQL] Lists unsupported Hive features in SHOW CREATE TABLE outputCheng Lian2016-05-191-6/+3
* [SPARK-15387][SQL] SessionCatalog in SimpleAnalyzer does not need to make dat...Kousuke Saruta2016-05-191-2/+4
* [SPARK-14603][SQL][FOLLOWUP] Verification of Metadata Operations by Session C...gatorsmile2016-05-192-4/+4
* [SPARK-14939][SQL] Add FoldablePropagation optimizerDongjoon Hyun2016-05-195-11/+200
* [SPARK-15381] [SQL] physical object operator should define reference correctlyWenchen Fan2016-05-181-5/+5
* [SPARK-15192][SQL] null check for SparkSession.createDataFrameWenchen Fan2016-05-184-11/+9
* [MINOR][SQL] Remove unused pattern matching variables in Optimizers.Dongjoon Hyun2016-05-181-17/+16
* [SPARK-14346] Fix scala-2.10 buildYin Huai2016-05-171-1/+1
* [SPARK-14346][SQL] Native SHOW CREATE TABLE for Hive tables/viewsCheng Lian2016-05-171-2/+10
* [SPARK-15165] [SQL] Codegen can break because toCommentSafeString is not actu...Kousuke Saruta2016-05-172-1/+56
* [SPARK-15351][SQL] RowEncoder should support array as the external type for A...Wenchen Fan2016-05-175-55/+92
* [SPARK-15290][BUILD] Move annotations, like @Since / @DeveloperApi, into spar...Sean Owen2016-05-171-1/+1
* [SPARK-15310][SQL] Rename HiveTypeCoercion -> TypeCoercionReynold Xin2016-05-134-49/+45
* [SPARK-14541][SQL] Support IFNULL, NULLIF, NVL and NVL2Reynold Xin2016-05-125-2/+122
* [SPARK-15306][SQL] Move object expressions into expressions.objects packageReynold Xin2016-05-1210-3/+13
* [SPARK-10605][SQL] Create native collect_list/collect_set aggregatesHerman van Hovell2016-05-122-0/+121
* [SPARK-14684][SPARK-15277][SQL] Partition Spec Validation in SessionCatalog a...gatorsmile2016-05-123-4/+165
* [SPARK-15094][SPARK-14803][SQL] Remove extra Project added in EliminateSerial...Liang-Chi Hsieh2016-05-121-10/+50
* [SPARK-15171][SQL] Deprecate registerTempTable and add dataset.createTempViewSean Zhong2016-05-125-17/+17
* [SPARK-15160][SQL] support data source table in InMemoryCatalogWenchen Fan2016-05-111-0/+2
* [SPARK-14346] SHOW CREATE TABLE for data source tablesCheng Lian2016-05-112-2/+5
* [SPARK-15259] Sort time metric should not include spill and record insertion ...Eric Liang2016-05-111-0/+7
* [SPARK-15241] [SPARK-15242] [SQL] fix 2 decimal-related issues in RowEncoderWenchen Fan2016-05-114-10/+29
* [SPARK-15268][SQL] Make JavaTypeInference work with UDTRegistrationLiang-Chi Hsieh2016-05-111-0/+5
* [SPARK-15265][SQL][MINOR] Fix Union query error message indentationDongjoon Hyun2016-05-101-6/+5
* [SPARK-15249][SQL] Use FunctionResource instead of (String, String) in Create...Sandeep Singh2016-05-105-15/+10
* [SPARK-14986][SQL] Return correct result for empty LATERAL VIEW OUTERHerman van Hovell2016-05-101-1/+2
* [SPARK-14603][SQL] Verification of Metadata Operations by Session Cataloggatorsmile2016-05-106-99/+233