aboutsummaryrefslogtreecommitdiff
path: root/sql/hive
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-8610] [SQL] Separate Row and InternalRow (part 2)Davies Liu2015-06-2810-50/+48
* [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-253-1/+34
* [SPARK-8075] [SQL] apply type check interface to more expressionsWenchen Fan2015-06-241-6/+0
* [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-241-1/+1
* [SPARK-7289] handle project -> limit -> sort efficientlyWenchen Fan2015-06-241-1/+1
* [SPARK-8578] [SQL] Should ignore user defined output committer when appending...Yin Huai2015-06-241-1/+82
* [SPARK-8567] [SQL] Debugging flaky HiveSparkSubmitSuiteCheng Lian2015-06-241-3/+11
* [SPARK-6749] [SQL] Make metastore client robust to underlying socket connecti...Eric Liang2015-06-232-2/+72
* [SPARK-7859] [SQL] Collect_set() behavior differences which fails the unit te...Cheng Hao2015-06-223-26/+105
* [SPARK-8307] [SQL] improve timestamp from parquetDavies Liu2015-06-223-16/+16
* [SPARK-8104] [SQL] auto alias expressions in analyzerWenchen Fan2015-06-221-8/+1
* [SPARK-8406] [SQL] Adding UUID to output file name to avoid accidental overwr...Cheng Lian2015-06-226-23/+62
* [SPARK-8508] [SQL] Ignores a test case to cleanup unnecessary testing output ...Cheng Lian2015-06-211-1/+1
* [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
* [SPARK-8368] [SPARK-8058] [SQL] HiveContext may override the context class lo...Yin Huai2015-06-195-15/+219
* [SPARK-8458] [SQL] Don't strip scheme part of output path when writing ORC filesCheng Lian2015-06-181-1/+1
* [SPARK-8135] Don't load defaults when reconstituting Hadoop ConfigurationsSandy Ryza2015-06-184-11/+13
* [SPARK-8283][SQL] Resolve udf_struct test failure in HiveCompatibilitySuiteYijie Shen2015-06-171-1/+1
* [SPARK-7961][SQL]Refactor SQLConf to display better error messagezsxwing2015-06-1710-74/+111
* [SPARK-8397] [SQL] Allow custom configuration for TestHivePunya Biswal2015-06-171-1/+1
* [SPARK-8306] [SQL] AddJar command needs to set the new class loader to the Hi...Yin Huai2015-06-174-3/+45
* [SPARK-8156] [SQL] create table to specific database by 'use dbname'baishuo2015-06-163-5/+20
* [SPARK-7184] [SQL] enable codegen by defaultDavies Liu2015-06-151-0/+4
* [SPARK-8065] [SQL] Add support for Hive 0.14 metastoresMarcelo Vanzin2015-06-146-294/+414
* [SPARK-8052] [SQL] Use java.math.BigDecimal for casting String to Decimal ins...Liang-Chi Hsieh2015-06-131-0/+4
* [SPARK-7186] [SQL] Decouple internal Row from external RowDavies Liu2015-06-1217-113/+111
* [SPARK-7862] [SQL] Fix the deadlock in script transformation for stderrzhichao.li2015-06-112-2/+17
* [SPARK-8286] Rewrite UTF8String in Java and move it into unsafe package.Reynold Xin2015-06-111-6/+7
* [SPARK-7915] [SQL] Support specifying the column list for target table in CTASCheng Hao2015-06-112-4/+30
* [SPARK-8189] [SQL] use Long for TimestampType in SQLDavies Liu2015-06-104-14/+20
* [SPARK-7886] Added unit test for HAVING aggregate pushdown.Reynold Xin2015-06-101-1/+0
* [SPARK-7886] Use FunctionRegistry for built-in expressions in HiveContext.Reynold Xin2015-06-104-58/+35
* [SPARK-7886] Add built-in expressions to FunctionRegistry.Reynold Xin2015-06-092-14/+9
* [SPARK-8158] [SQL] several fix for HiveShimDaoyuan Wang2015-06-081-10/+11
* [SPARK-8079] [SQL] Makes InsertIntoHadoopFsRelation job/task abortion more ro...Cheng Lian2015-06-061-0/+15
* [SPARK-8114][SQL] Remove some wildcard import on TestSQLContext._ round 3.Reynold Xin2015-06-055-58/+62
* [SPARK-6964] [SQL] Support Cancellation in the Thrift ServerDong Wang2015-06-051-0/+6
* [SPARK-8114][SQL] Remove some wildcard import on TestSQLContext._ cont'd.Reynold Xin2015-06-052-9/+4
* [SPARK-6909][SQL] Remove Hive Shim codeCheolsoo Park2015-06-0415-605/+498
* [SPARK-7801] [BUILD] Updating versions to SPARK 1.5.0Patrick Wendell2015-06-031-1/+1
* [SPARK-8014] [SQL] Avoid premature metadata discovery when writing a HadoopFs...Cheng Lian2015-06-021-14/+45
* [SPARK-8023][SQL] Add "deterministic" attribute to Expression to avoid collap...Yin Huai2015-06-021-0/+4
* [SPARK-7965] [SPARK-7972] [SQL] Handle expressions containing multiple window...Yin Huai2015-06-012-5/+53
* Revert "[SPARK-8020] Spark SQL in spark-defaults.conf make metadataHive get c...Reynold Xin2015-06-011-44/+1
* [SPARK-8020] Spark SQL in spark-defaults.conf make metadataHive get construct...Yin Huai2015-06-011-1/+44
* [SPARK-3850] Turn style checker on for trailing whitespaces.Reynold Xin2015-05-311-1/+1