aboutsummaryrefslogtreecommitdiff
path: root/sql/core
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-8579] [SQL] support arbitrary object in UnsafeRowDavies Liu2015-06-291-12/+4
* [SPARK-8478] [SQL] Harmonize UDF-related code to use uniformly UDF instead of...BenFradet2015-06-296-72/+72
* [SPARK-8681] fixed wrong ordering of columns in crosstabBurak Yavuz2015-06-292-16/+20
* [SPARK-8214] [SQL] Add function hexzhichao.li2015-06-292-0/+29
* [SQL][DOCS] Remove wrong example from DataFrame.scalaKousuke Saruta2015-06-291-2/+0
* [SPARK-8235] [SQL] misc function sha / sha1Tarek Auel2015-06-292-0/+28
* [SPARK-8692] [SQL] re-order the case statements that handling catalyst data t...Wenchen Fan2015-06-2912-195/+164
* [SPARK-8575] [SQL] Deprecate callUDF in favor of udfBenFradet2015-06-281-3/+2
* [SPARK-8686] [SQL] DataFrame should support `where` with expression represent...Kousuke Saruta2015-06-282-0/+18
* [SPARK-8610] [SQL] Separate Row and InternalRow (part 2)Davies Liu2015-06-2815-81/+85
* [SPARK-8635] [SQL] improve performance of CatalystTypeConvertersWenchen Fan2015-06-256-8/+10
* [SPARK-8237] [SQL] Add misc function sha2Liang-Chi Hsieh2015-06-252-0/+37
* [SPARK-8604] [SQL] HadoopFsRelation subclasses should set their output format...Cheng Lian2015-06-251-0/+6
* [SPARK-8075] [SQL] apply type check interface to more expressionsWenchen Fan2015-06-241-1/+1
* [SPARK-6777] [SQL] Implements backwards compatibility rules in CatalystSchema...Cheng Lian2015-06-246-418/+1283
* [SPARK-7289] handle project -> limit -> sort efficientlyWenchen Fan2015-06-245-12/+32
* [SPARK-8578] [SQL] Should ignore user defined output committer when appending...Yin Huai2015-06-241-35/+54
* [SPARK-8138] [SQL] Improves error message when conflicting partition columns ...Cheng Lian2015-06-242-10/+82
* Revert "[SPARK-7157][SQL] add sampleBy to DataFrame"Reynold Xin2015-06-232-34/+2
* [SPARK-7157][SQL] add sampleBy to DataFrameXiangrui Meng2015-06-232-2/+34
* [SPARK-8139] [SQL] Updates docs and comments of data sources and Parquet outp...Cheng Lian2015-06-233-19/+49
* [SPARK-7235] [SQL] Refactor the grouping setsCheng Hao2015-06-231-2/+2
* [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