aboutsummaryrefslogtreecommitdiff
path: root/sql/hive
Commit message (Expand)AuthorAgeFilesLines
* [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
* [SPARK-3850] Trim trailing spaces for SQL.Reynold Xin2015-05-319-27/+27
* [SPARK-7975] Add style checker to disallow overriding equals covariantly.Reynold Xin2015-05-311-1/+1
* [SQL] [MINOR] Fixes a minor comment mistake in IsolatedClientLoaderCheng Lian2015-05-311-5/+5
* [SQL] Tighten up visibility for JavaDoc.Reynold Xin2015-05-302-2/+2
* [SPARK-7558] Demarcate tests in unit-tests.logAndrew Or2015-05-2911-26/+32
* [SPARK-7929] Turn whitespace checker on for more token types.Reynold Xin2015-05-289-20/+20
* [SPARK-7927] whitespace fixes for Hive and ThriftServer.Reynold Xin2015-05-2810-29/+33
* [SPARK-7853] [SQL] Fix HiveContext in Spark ShellYin Huai2015-05-282-22/+25
* [SPARK-7853] [SQL] Fixes a class loader issue in Spark SQLCheng Hao2015-05-272-4/+16
* [SPARK-7684] [SQL] Refactoring MetastoreDataSourcesSuite to workaround SPARK-...Cheng Lian2015-05-271-662/+710
* [SPARK-7790] [SQL] date and decimal conversion for dynamic partition keyDaoyuan Wang2015-05-273-4/+48
* [SPARK-7887][SQL] Remove EvaluatedType from SQL Expression.Reynold Xin2015-05-271-4/+1
* [SPARK-7850][BUILD] Hive 0.12.0 profile in POM should be removedCheolsoo Park2015-05-272-275/+0
* [SPARK-7868] [SQL] Ignores _temporary directories in HadoopFsRelationCheng Lian2015-05-261-0/+16
* [SPARK-7858] [SQL] Use output schema, not relation schema, for data source in...Josh Rosen2015-05-262-1/+11
* [SPARK-7842] [SQL] Makes task committing/aborting in InsertIntoHadoopFsRelati...Cheng Lian2015-05-262-2/+62
* [SPARK-7684] [SQL] Invoking HiveContext.newTemporaryConfiguration() shouldn't...Cheng Lian2015-05-262-2/+4
* [SPARK-7654] [SQL] Move insertInto into reader/writer interface.Yin Huai2015-05-236-23/+17
* [SPARK-7322, SPARK-7836, SPARK-7822][SQL] DataFrame window function related u...Davies Liu2015-05-231-12/+8
* [SPARK-7270] [SQL] Consider dynamic partition when inserting into hive tableLiang-Chi Hsieh2015-05-222-5/+33
* [SPARK-7758] [SQL] Override more configs to avoid failure when connect to a p...WangTaoTheTonic2015-05-221-3/+15
* [SPARK-7322][SQL] Window functions in DataFrameCheng Hao2015-05-228-1/+300
* [SPARK-7763] [SPARK-7616] [SQL] Persists partition columns into metastoreYin Huai2015-05-217-41/+141
* [SQL] [TEST] udf_java_method failed due to jdk versionscwf2015-05-213-7/+29
* [SPARK-7749] [SQL] Fixes partition discovery for non-partitioned tablesCheng Lian2015-05-211-1/+50