aboutsummaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-8236] [SQL] misc functions: crc32Shilei2015-06-305-0/+76
* [SPARK-8680] [SQL] Slightly improve PropagateTypesLiang-Chi Hsieh2015-06-301-14/+16
* [SPARK-8723] [SQL] improve divide and remainder code genWenchen Fan2015-06-301-18/+36
* [SPARK-8590] [SQL] add code gen for ExtractValueWenchen Fan2015-06-3011-101/+199
* [SPARK-8434][SQL]Add a "pretty" parameter to the "show" method to display lon...zsxwing2015-06-292-7/+69
* [SPARK-8650] [SQL] Use the user-specified app name priority in SparkSQLCLIDri...Yadong Qi2015-06-291-1/+6
* [SPARK-8721][SQL] Rename ExpectsInputTypes => AutoCastInputTypes.Reynold Xin2015-06-296-79/+71
* [SPARK-8669] [SQL] Fix crash with BINARY (ENUM) fields with Parquet 1.7Steven She2015-06-292-1/+9
* [SPARK-8715] ArrayOutOfBoundsException fixed for DataFrameStatSuite.crosstabBurak Yavuz2015-06-291-1/+1
* [SPARK-7287] [SPARK-8567] [TEST] Add sc.stop to applications in SparkSubmitSuiteYin Huai2015-06-292-0/+1
* [SPARK-8589] [SQL] cleanup DateTimeUtilsWenchen Fan2015-06-293-57/+58
* [SPARK-8710] [SQL] Change ScalaReflection.mirror from a val to a def.Yin Huai2015-06-291-2/+6
* [SPARK-8579] [SQL] support arbitrary object in UnsafeRowDavies Liu2015-06-2910-311/+615
* [SPARK-8478] [SQL] Harmonize UDF-related code to use uniformly UDF instead of...BenFradet2015-06-2913-104/+104
* [SPARK-8056][SQL] Design an easier way to construct schema for both Scala and...Ilya Ganelin2015-06-293-2/+135
* [SPARK-8681] fixed wrong ordering of columns in crosstabBurak Yavuz2015-06-292-16/+20
* [SPARK-7862] [SQL] Disable the error message redirect to stderrCheng Hao2015-06-293-46/+36
* [SPARK-8214] [SQL] Add function hexzhichao.li2015-06-295-5/+125
* [SQL][DOCS] Remove wrong example from DataFrame.scalaKousuke Saruta2015-06-291-2/+0
* [SPARK-8235] [SQL] misc function sha / sha1Tarek Auel2015-06-295-1/+67
* [SPARK-8066, SPARK-8067] [hive] Add support for Hive 1.0, 1.1 and 1.2.Marcelo Vanzin2015-06-295-15/+131
* [SPARK-8692] [SQL] re-order the case statements that handling catalyst data t...Wenchen Fan2015-06-2915-209/+174
* [SPARK-8575] [SQL] Deprecate callUDF in favor of udfBenFradet2015-06-281-3/+2
* [SPARK-8677] [SQL] Fix non-terminating decimal expansion for decimal divide o...Liang-Chi Hsieh2015-06-282-2/+14
* [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-2839-575/+299
* [SPARK-8635] [SQL] improve performance of CatalystTypeConvertersWenchen Fan2015-06-258-33/+48
* [SPARK-8620] [SQL] cleanup CodeGenContextWenchen Fan2015-06-254-88/+82
* [SPARK-8237] [SQL] Add misc function sha2Liang-Chi Hsieh2015-06-255-4/+146
* [SPARK-8567] [SQL] Add logs to record the progress of HiveSparkSubmitSuite.Yin Huai2015-06-251-0/+9
* [SPARK-8604] [SQL] HadoopFsRelation subclasses should set their output format...Cheng Lian2015-06-254-1/+40
* Two minor SQL cleanup (compiler warning & indent).Reynold Xin2015-06-242-4/+4
* [SPARK-8075] [SQL] apply type check interface to more expressionsWenchen Fan2015-06-2421-290/+337
* [SPARK-8567] [SQL] Increase the timeout of HiveSparkSubmitSuiteYin Huai2015-06-241-1/+1
* [SPARK-6777] [SQL] Implements backwards compatibility rules in CatalystSchema...Cheng Lian2015-06-248-421/+1291
* [SPARK-7289] handle project -> limit -> sort efficientlyWenchen Fan2015-06-248-40/+62
* [SPARK-7088] [SQL] Fix analysis for 3rd party logical plan.Santiago M. Mola2015-06-242-18/+32
* [SPARK-8578] [SQL] Should ignore user defined output committer when appending...Yin Huai2015-06-242-36/+136
* [SPARK-8567] [SQL] Debugging flaky HiveSparkSubmitSuiteCheng Lian2015-06-241-3/+11
* [SPARK-8138] [SQL] Improves error message when conflicting partition columns ...Cheng Lian2015-06-242-10/+82
* [SPARK-8371] [SQL] improve unit test for MaxOf and MinOf and fix bugsWenchen Fan2015-06-232-16/+34
* [SPARK-6749] [SQL] Make metastore client robust to underlying socket connecti...Eric Liang2015-06-232-2/+72
* 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-8432] [SQL] fix hashCode() and equals() of BinaryType in RowDavies Liu2015-06-238-128/+138
* [SPARK-7235] [SQL] Refactor the grouping setsCheng Hao2015-06-235-71/+78
* [SQL] [DOCS] updated the documentation for explodelockwobr2015-06-241-1/+1
* [SPARK-8300] DataFrame hint for broadcast join.Reynold Xin2015-06-234-8/+59
* [SPARK-8359] [SQL] Fix incorrect decimal precision after multiplicationLiang-Chi Hsieh2015-06-222-2/+9