aboutsummaryrefslogtreecommitdiff
path: root/sql/hive
Commit message (Expand)AuthorAgeFilesLines
* SPARK-4159 [CORE] Maven build doesn't run JUnit test suitesSean Owen2015-01-061-5/+0
* [SPARK-4570][SQL]add BroadcastLeftSemiJoinHashwangxiaojing2014-12-301-1/+49
* [Spark-4512] [SQL] Unresolved Attribute Exception in Sort ByCheng Hao2014-12-303-5/+12
* [SPARK-4904] [SQL] Remove the unnecessary code change in Generic UDFCheng Hao2014-12-301-6/+0
* [SPARK-4959] [SQL] Attributes are case sensitive when using a select query fr...Cheng Hao2014-12-301-1/+13
* [SPARK-4975][SQL] Fix HiveInspectorSuite test failurescwf2014-12-301-11/+17
* [SQL] enable view testDaoyuan Wang2014-12-3013-1/+61
* [SPARK-4908][SQL] Prevent multiple concurrent hive native commandsMichael Armbrust2014-12-302-1/+8
* SPARK-4297 [BUILD] Build warning fixes omnibusSean Owen2014-12-242-13/+9
* [Minor] Fix scala docLiang-Chi Hsieh2014-12-221-2/+2
* [SPARK-4901] [SQL] Hot fix for ByteWritables.copyBytesCheng Hao2014-12-191-1/+7
* [SPARK-4861][SQL] Refactory command in spark sqlwangfei2014-12-1813-180/+130
* [SPARK-4573] [SQL] Add SettableStructObjectInspector support in "wrap" functionCheng Hao2014-12-184-124/+659
* [SPARK-2554][SQL] Supporting SumDistinct partial aggregationravipesala2014-12-181-4/+9
* [SPARK-4693] [SQL] PruningPredicates may be wrong if predicates contains an e...YanTangZhai2014-12-182-2/+12
* [SPARK-2663] [SQL] Support the Grouping SetCheng Hao2014-12-1873-10/+474
* [SPARK-3891][SQL] Add array support to percentile, percentile_approx and cons...Venkata Ramana Gollamudi2014-12-172-11/+37
* [SPARK-3739] [SQL] Update the split num base on block size for table scanningCheng Hao2014-12-173-5/+517
* [SPARK-3698][SQL] Fix case insensitive resolution of GetField.Michael Armbrust2014-12-171-0/+11
* [SPARK-4798][SQL] A new set of Parquet testing API and test suitesCheng Lian2014-12-162-81/+44
* [SPARK-4847][SQL]Fix "extraStrategies cannot take effect in SQLContext" issuejerryshao2014-12-161-1/+1
* SPARK-4814 [CORE] Enable assertions in SBT, Maven tests / AssertionError from...Sean Owen2014-12-151-0/+4
* [SPARK-4825] [SQL] CTAS fails to resolve when created using saveAsTableCheng Hao2014-12-112-0/+22
* [SQL] enable empty aggr test caseDaoyuan Wang2014-12-112-4/+3
* [SQL] Remove unnecessary case in HiveContext.toHiveStringscwf2014-12-111-3/+1
* [SPARK-4662] [SQL] Whitelist more unittestCheng Hao2014-12-11110-8/+245
* [SPARK-4785][SQL] Initilize Hive UDFs on the driver and serialize them with a...Cheng Hao2014-12-095-50/+173
* [SPARK-4769] [SQL] CTAS does not work when reading from temporary tablesCheng Hao2014-12-084-16/+49
* [SPARK-4552][SQL] Avoid exception when reading empty parquet data through HiveMichael Armbrust2014-12-032-44/+58
* [SPARK-4695][SQL] Get result using executeCollectwangfei2014-12-021-1/+3
* [SPARK-4529] [SQL] support view with column aliasDaoyuan Wang2014-12-012-3/+3
* [SPARK-4661][Core] Minor code and docs cleanupzsxwing2014-12-011-1/+1
* [SPARK-4413][SQL] Parquet support through datasource APIMichael Armbrust2014-11-201-66/+112
* [SPARK-4244] [SQL] Support Hive Generic UDFs with constant object inspector p...Cheng Hao2014-11-204-8/+17
* [SPARK-2918] [SQL] Support the CTAS in EXPLAIN commandCheng Hao2014-11-202-1/+41
* Bumping version to 1.3.0-SNAPSHOT.Marcelo Vanzin2014-11-181-1/+1
* [SQL] Support partitioned parquet tables that have the key in both the direct...Michael Armbrust2014-11-182-68/+108
* [SPARK-4448] [SQL] unwrap for the ConstantObjectInspectorCheng Hao2014-11-171-4/+32
* [SPARK-4443][SQL] Fix statistics for external table in spark sql hivew002289702014-11-173-3/+12
* [SPARK-4309][SPARK-4407][SQL] Date type support for Thrift server, and fixes ...Cheng Lian2014-11-171-67/+58
* Revert "[SPARK-4309][SPARK-4407][SQL] Date type support for Thrift server, an...Michael Armbrust2014-11-161-59/+68
* [SPARK-4309][SPARK-4407][SQL] Date type support for Thrift server, and fixes ...Cheng Lian2014-11-161-68/+59
* [SPARK-4390][SQL] Handle NaN cast to decimal correctlyMichael Armbrust2014-11-142-0/+4
* SPARK-4375. no longer require -Pscala-2.10Sandy Ryza2014-11-141-3/+0
* [SPARK-4245][SQL] Fix containsNull of the result ArrayType of CreateArray exp...Takuya UESHIN2014-11-143-1/+82
* [SPARK-4239] [SQL] support view in HiveQlDaoyuan Wang2014-11-1442-17/+5098
* [SPARK-4250] [SQL] Fix bug of constant null value mapping to ConstantObjectIn...Cheng Hao2014-11-1011-86/+199
* [SQL] support udt to hive types conversion (hive->udt is not supported)Xiangrui Meng2014-11-102-1/+9
* SPARK-1209 [CORE] (Take 2) SparkHadoop{MapRed,MapReduce}Util should not use p...Sean Owen2014-11-091-0/+1
* [SPARK-4203][SQL] Partition directories in random order when inserting into h...Matthew Taylor2014-11-072-4/+43