aboutsummaryrefslogtreecommitdiff
path: root/sql/hive
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-10641][SQL] Add Skewness and Kurtosis Supportsethah2015-10-291-1/+0
* [SPARK-11246] [SQL] Table cache for Parquet broken in 1.5xin Wu2015-10-291-0/+11
* [SPARK-10484] [SQL] Optimize the cartesian join with broadcast join for some ...Cheng Hao2015-10-276-1/+136
* [SPARK-10562] [SQL] support mixed case partitionBy column names for tables st...Wenchen Fan2015-10-263-27/+54
* [SPARK-11194] [SQL] Use MutableURLClassLoader for the classLoader in Isolated...Yin Huai2015-10-231-28/+51
* [SPARK-11273][SQL] Move ArrayData/MapData/DataTypeParser to catalyst.util pac...Reynold Xin2015-10-234-4/+7
* [SPARK-9735][SQL] Respect the user specified schema than the infer partition ...Cheng Hao2015-10-221-12/+30
* [SPARK-10151][SQL] Support invocation of hive macronavis.ryu2015-10-2128-8/+28
* [SPARK-11208][SQL] Filter out 'hive.metastore.rawstore.impl' from executionHi...Artem Aliev2015-10-211-1/+2
* [SPARK-9740][SPARK-9592][SPARK-9210][SQL] Change the default behavior of Firs...Yin Huai2015-10-211-0/+38
* [SPARK-11197][SQL] run SQL on files directlyDavies Liu2015-10-212-2/+15
* [SPARK-11110][BUILD] Remove transient annotation for parameters.Jakob Odersky2015-10-201-3/+3
* [SPARK-11017] [SQL] Support ImperativeAggregates in TungstenAggregateJosh Rosen2015-10-141-3/+13
* [SPARK-10104] [SQL] Consolidate different forms of table identifiersWenchen Fan2015-10-1413-161/+86
* [SPARK-11091] [SQL] Change spark.sql.canonicalizeView to spark.sql.nativeView.Yin Huai2015-10-133-9/+9
* [SPARK-11030] [SQL] share the SQLTab across sessionsDavies Liu2015-10-131-3/+9
* [SPARK-11009] [SQL] fix wrong result of Window function in cluster modeDavies Liu2015-10-131-0/+41
* [SPARK-11042] [SQL] Add a mechanism to ban creating multiple root SQLContexts...Yin Huai2015-10-121-3/+9
* [SPARK-10960] [SQL] SQL with windowing function should be able to refer colum...Liang-Chi Hsieh2015-10-121-0/+27
* [SPARK-10810] [SPARK-10902] [SQL] Improve session management in SQLDavies Liu2015-10-0811-205/+293
* [SPARK-8848] [SQL] Refactors Parquet write path to follow parquet-formatCheng Lian2015-10-081-12/+16
* [SPARK-10337] [SQL] fix hive views on non-hive-compatible tables.Wenchen Fan2015-10-086-25/+420
* [SPARK-5775] [SPARK-5508] [SQL] Re-enable Hive Parquet array reading testsCheng Lian2015-10-081-2/+1
* [SPARK-10679] [CORE] javax.jdo.JDOFatalUserException in executornavis.ryu2015-10-072-5/+30
* [SPARK-10300] [BUILD] [TESTS] Add support for test tags in run-tests.py.Marcelo Vanzin2015-10-073-5/+8
* [SPARK-10941] [SQL] Refactor AggregateFunction2 and AlgebraicAggregate interf...Josh Rosen2015-10-072-7/+5
* [SPARK-10400] [SQL] Renames SQLConf.PARQUET_FOLLOW_PARQUET_FORMAT_SPECCheng Lian2015-10-011-1/+1
* [SPARK-10671] [SQL] Throws an analysis exception if we cannot find Hive UDFsWenchen Fan2015-10-012-23/+104
* [SPARK-10770] [SQL] SparkPlan.executeCollect/executeTake should return Intern...Reynold Xin2015-09-302-6/+6
* [SPARK-10741] [SQL] Hive Query Having/OrderBy against Parquet table is not wo...Wenchen Fan2015-09-277-58/+51
* [SPARK-10845] [SQL] Makes spark.sql.hive.version a SQLConfEntryCheng Lian2015-09-261-0/+5
* [SPARK-10765] [SQL] use new aggregate interface for hive UDAFWenchen Fan2015-09-242-83/+58
* [SPARK-10310] [SQL] Fixes script transformation field/line delimitersZhichao Li2015-09-225-22/+152
* [SPARK-10672] [SQL] Do not fail when we cannot save the metadata of a data so...Yin Huai2015-09-221-51/+50
* [SPARK-10593] [SQL] fix resolve output of GenerateDavies Liu2015-09-221-0/+14
* [SPARK-8567] [SQL] Increase the timeout of o.a.s.sql.hive.HiveSparkSubmitSuit...Yin Huai2015-09-221-1/+1
* [SPARK-10155] [SQL] Change SqlParser to object to avoid memory leakzsxwing2015-09-192-5/+5
* [SPARK-10623] [SQL] Fixes ORC predicate push-downCheng Lian2015-09-182-34/+52
* [SPARK-10540] Fixes flaky all-data-type testCheng Lian2015-09-181-66/+43
* [SPARK-10639] [SQL] Need to convert UDAF's result from scala to sql typeYin Huai2015-09-171-1/+107
* [SPARK-10381] Fix mixup of taskAttemptNumber & attemptId in OutputCommitCoord...Josh Rosen2015-09-151-1/+1
* Revert "[SPARK-10300] [BUILD] [TESTS] Add support for test tags in run-tests....Marcelo Vanzin2015-09-154-30/+5
* [SPARK-10300] [BUILD] [TESTS] Add support for test tags in run-tests.py.Marcelo Vanzin2015-09-154-5/+30
* Update version to 1.6.0-SNAPSHOT.Reynold Xin2015-09-151-1/+1
* [SPARK-10584] [DOC] [SQL] Documentation about spark.sql.hive.metastore.versio...Kousuke Saruta2015-09-141-4/+7
* [SPARK-9899] [SQL] log warning for direct output committer with speculation e...Wenchen Fan2015-09-142-3/+15
* [SPARK-10330] Add Scalastyle rule to require use of SparkHadoopUtil JobContex...Josh Rosen2015-09-121-2/+2
* [SPARK-6548] Adding stddev to DataFrame functionsJihongMa2015-09-121-35/+0
* [SPARK-10547] [TEST] Streamline / improve style of Java API testsSean Owen2015-09-122-10/+10
* [SPARK-10442] [SQL] fix string to boolean castWenchen Fan2015-09-111-0/+13