aboutsummaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* Preparing Spark release v1.4.1-rc3Patrick Wendell2015-07-064-4/+4
* [SPARK-8463][SQL] Use DriverRegistry to load jdbc driver at writing pathLiang-Chi Hsieh2015-07-061-5/+6
* Preparing development version 1.4.2-SNAPSHOTPatrick Wendell2015-07-024-4/+4
* Preparing Spark release v1.4.1-rc2Patrick Wendell2015-07-024-4/+4
* [SPARK-8803] handle special characters in elements in crosstabBurak Yavuz2015-07-024-5/+50
* [SPARK-8501] [SQL] Avoids reading schema from empty ORC files (backport to 1.4)Cheng Lian2015-07-024-48/+136
* fix string order for non-ascii characterDavies Liu2015-07-022-1/+7
* [SPARK-8746] [SQL] update download link for Hive 0.13.1Christian Kadner2015-07-021-1/+1
* [SPARK-8787] [SQL] Changed parameter order of @deprecated in package object sqlVinod K C2015-07-021-1/+1
* [DOCS] Fix minor wrong lambda expression example.Kousuke Saruta2015-07-021-1/+1
* [SPARK-8621] [SQL] support empty string as column nameWenchen Fan2015-07-012-2/+9
* [SPARK-8628] [SQL] Race condition in AbstractSparkSQLParser.parseVinod K C2015-06-302-3/+5
* [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-8710] [SQL] Change ScalaReflection.mirror from a val to a def.Yin Huai2015-06-291-2/+6
* [HOTFIX] Fix whitespace style errorMichael Armbrust2015-06-291-2/+1
* [SPARK-8567] [SQL] Add logs to record the progress of HiveSparkSubmitSuite (1...Yin Huai2015-06-291-0/+9
* [SQL] [MINOR] Skip unresolved expression for InConversionscwf2015-06-291-0/+3
* [SPARK-8681] fixed wrong ordering of columns in crosstabBurak Yavuz2015-06-292-16/+20
* [SQL][DOCS] Remove wrong example from DataFrame.scalaKousuke Saruta2015-06-291-2/+0
* [SPARK-8604] [SQL] HadoopFsRelation subclasses should set their output format...Cheng Lian2015-06-254-1/+40
* [SPARK-8567] [SQL] Increase the timeout of HiveSparkSubmitSuiteYin Huai2015-06-241-1/+1
* [SPARK-8578] [SQL] Should ignore user defined output committer when appending...Yin Huai2015-06-242-36/+136
* Preparing development version 1.4.2-SNAPSHOTPatrick Wendell2015-06-234-4/+4
* Preparing Spark release v1.4.1-rc1Patrick Wendell2015-06-234-4/+4
* [SQL] [DOCS] updated the documentation for explodelockwobr2015-06-241-1/+1
* Preparing development version 1.4.2-SNAPSHOTPatrick Wendell2015-06-224-4/+4
* Preparing Spark release v1.4.1-rc1Patrick Wendell2015-06-224-4/+4
* [BUILD] Preparing Spark release 1.4.1Patrick Wendell2015-06-224-4/+4
* [SPARK-7859] [SQL] Collect_set() behavior differences which fails the unit te...Cheng Hao2015-06-223-26/+105
* [SPARK-8420] [SQL] Fix comparision of timestamps/dates with strings (branch-1.4)Michael Armbrust2015-06-226-11/+88
* [SPARK-8406] [SQL] Backports SPARK-8406 and PR #6864 to branch-1.4Cheng Lian2015-06-228-67/+110
* [SPARK-8379] [SQL] avoid speculative tasks write to the same filejeanlyn2015-06-212-7/+5
* [HOTFIX] [SPARK-8489] Correct JIRA number in previous commitAndrew Or2015-06-194-8/+8
* [SPARK-8498] [SQL] Add regression test for SPARK-8470Andrew Or2015-06-194-0/+76
* [HOT-FIX] Fix compilation (caused by 0131142d98b191f6cc112d383aa10582a3ac35bf)Yin Huai2015-06-191-1/+1
* [SPARK-8093] [SQL] Remove empty structs inferred from JSON documentsNathan Howell2015-06-193-17/+48
* [SPARK-8368] [SPARK-8058] [SQL] HiveContext may override the context class lo...Yin Huai2015-06-194-14/+206
* [SPARK-8458] [SQL] Don't strip scheme part of output path when writing ORC filesCheng Lian2015-06-181-1/+1
* [SPARK-8446] [SQL] Add helper functions for testing SparkPlan physical operatorsJosh Rosen2015-06-182-0/+211
* [SPARK-8306] [SQL] AddJar command needs to set the new class loader to the Hi...Yin Huai2015-06-174-3/+46
* Fix break introduced by backportPunya Biswal2015-06-162-33/+5
* [SQL] [DOC] improved a commentRadek Ostrowski2015-06-161-1/+1
* SPARK-8336 Fix NullPointerException with functions.rand()tedyu2015-06-152-1/+38
* [SPARK-8358] [SQL] Wait for child resolution when resolving generatorsMichael Armbrust2015-06-142-2/+12
* [SPARK-8354] [SQL] Fix off-by-factor-of-8 error when allocating scratch space...Josh Rosen2015-06-142-16/+16
* [SPARK-8329][SQL] Allow _ in DataSource optionsMichael Armbrust2015-06-122-4/+18
* [SPARK-8285] [SQL] CombineSum should be calculated as unlimited decimal firstnavis.ryu2015-06-101-2/+2
* [SPARK-8121] [SQL] Fixes InsertIntoHadoopFsRelation job initialization for Ha...Cheng Lian2015-06-084-12/+64
* [SPARK-8004][SQL] Quote identifier in JDBC data source.Reynold Xin2015-06-073-22/+22