aboutsummaryrefslogtreecommitdiff
path: root/sql/core
Commit message (Expand)AuthorAgeFilesLines
...
* [SQL] [DOCS] updated the documentation for explodelockwobr2015-06-241-1/+1
* [SPARK-8300] DataFrame hint for broadcast join.Reynold Xin2015-06-233-8/+51
* [SPARK-8307] [SQL] improve timestamp from parquetDavies Liu2015-06-2211-190/+60
* [SPARK-8356] [SQL] Reconcile callUDF and callUdfBenFradet2015-06-222-1/+55
* [SPARK-8104] [SQL] auto alias expressions in analyzerWenchen Fan2015-06-226-30/+29
* [SPARK-8406] [SQL] Adding UUID to output file name to avoid accidental overwr...Cheng Lian2015-06-222-49/+58
* [SPARK-8420] [SQL] Fix comparision of timestamps/dates with stringsMichael Armbrust2015-06-194-8/+65
* [SPARK-8093] [SQL] Remove empty structs inferred from JSON documentsNathan Howell2015-06-193-17/+48
* [SPARK-8234][SQL] misc function: md5Shilei2015-06-192-0/+32
* [SPARK-8207] [SQL] Add math function binLiang-Chi Hsieh2015-06-192-0/+28
* [SPARK-8348][SQL] Add in operator to DataFrame ColumnYu ISHIKAWA2015-06-182-1/+17
* [SPARK-8135] Don't load defaults when reconstituting Hadoop ConfigurationsSandy Ryza2015-06-186-16/+17
* [SPARK-8446] [SQL] Add helper functions for testing SparkPlan physical operatorsJosh Rosen2015-06-182-0/+211
* [SPARK-8363][SQL] Move sqrt to math and extend UnaryMathExpressionLiang-Chi Hsieh2015-06-182-1/+19
* [SPARK-8218][SQL] Add binary log math functionLiang-Chi Hsieh2015-06-172-0/+29
* [SPARK-7961][SQL]Refactor SQLConf to display better error messagezsxwing2015-06-1723-207/+733
* [SPARK-8381][SQL]reuse typeConvert when convert Seq[Row] to catalyst typeLianhui Wang2015-06-173-10/+10
* [SPARK-7067] [SQL] fix bug when use complex nested fields in ORDER BYWenchen Fan2015-06-171-0/+8
* [SPARK-8010] [SQL] Promote types to StringType as implicit conversion in non-...OopsOutOfMemory2015-06-171-0/+10
* [SPARK-8220][SQL]Add positive identify functiondragonli2015-06-161-0/+7
* [SQL] [DOC] improved a commentRadek Ostrowski2015-06-161-1/+1
* [SPARK-7184] [SQL] enable codegen by defaultDavies Liu2015-06-159-20/+22
* [SPARK-6583] [SQL] Support aggregate functions in ORDER BYYadong Qi2015-06-151-0/+45
* [SPARK-8358] [SQL] Wait for child resolution when resolving generatorsMichael Armbrust2015-06-141-0/+8
* [SPARK-8347][SQL] Add unit tests for abs.Reynold Xin2015-06-133-29/+12
* [SPARK-8319] [CORE] [SQL] Update logic related to key orderings in shuffle de...Josh Rosen2015-06-131-8/+11
* [SPARK-8346] [SQL] Use InternalRow instread of catalyst.InternalRowDavies Liu2015-06-132-4/+4
* [SPARK-7897] Improbe type for jdbc/"unsigned bigint"Rene Treffer2015-06-131-1/+1
* [SPARK-8329][SQL] Allow _ in DataSource optionsMichael Armbrust2015-06-122-4/+18
* [SPARK-7186] [SQL] Decouple internal Row from external RowDavies Liu2015-06-1266-515/+590
* [SPARK-7993] [SQL] Improved DataFrame.show() outputakhilthatipamula2015-06-122-6/+75
* [SQL] [MINOR] correct semanticEquals logicWenchen Fan2015-06-122-8/+8
* [SPARK-6566] [SQL] Related changes for newer parquet versionYash Datta2015-06-122-185/+44
* [SPARK-8317] [SQL] Do not push sort into shuffle in Exchange operatorJosh Rosen2015-06-113-54/+24
* [SPARK-7158] [SQL] Fix bug of cached data cannot be used in collect() after c...Cheng Hao2015-06-112-1/+27
* [SQL] Miscellaneous SQL/DF expression changes.Reynold Xin2015-06-113-21/+75
* [SPARK-8286] Rewrite UTF8String in Java and move it into unsafe package.Reynold Xin2015-06-1114-21/+43
* [SPARK-6411] [SQL] [PySpark] support date/datetime with timezone in PythonDavies Liu2015-06-111-2/+1
* [SPARK-8217] [SQL] math function log2Daoyuan Wang2015-06-102-2/+30
* [SPARK-8248][SQL] string function: lengthCheng Hao2015-06-102-0/+38
* [SPARK-8164] transformExpressions should support nested expression sequenceWenchen Fan2015-06-101-2/+2
* [SPARK-8285] [SQL] CombineSum should be calculated as unlimited decimal firstnavis.ryu2015-06-101-2/+2
* [SPARK-8189] [SQL] use Long for TimestampType in SQLDavies Liu2015-06-1016-85/+65
* [SPARK-8215] [SPARK-8212] [SQL] add leaf math expression for e and piDaoyuan Wang2015-06-102-0/+37
* [SPARK-7886] Added unit test for HAVING aggregate pushdown.Reynold Xin2015-06-101-0/+7
* [SPARK-7886] Use FunctionRegistry for built-in expressions in HiveContext.Reynold Xin2015-06-102-35/+38
* [SPARK-7886] Add built-in expressions to FunctionRegistry.Reynold Xin2015-06-092-1/+47
* [SPARK-7990][SQL] Add methods to facilitate equi-join on multiple joining keysLiang-Chi Hsieh2015-06-082-6/+43
* [SPARK-8148] Do not use FloatType in partition column inference.Reynold Xin2015-06-082-13/+15
* [SPARK-8121] [SQL] Fixes InsertIntoHadoopFsRelation job initialization for Ha...Cheng Lian2015-06-084-13/+65