aboutsummaryrefslogtreecommitdiff
path: root/sql/hive/src
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-15047][SQL] Cleanup SQL ParserHerman van Hovell2016-05-021-2/+3
* [SPARK-15034][SPARK-15035][SPARK-15036][SQL] Use spark.sql.warehouse.dir as t...Yin Huai2016-04-306-7/+92
* [SPARK-15028][SQL] Remove HiveSessionState.setDefaultOverrideConfsReynold Xin2016-04-302-13/+0
* [SPARK-14591][SQL] Remove DataTypeParser and add more keywords to the nonRese...Yin Huai2016-04-294-9/+10
* [SPARK-14917][SQL] Enable some ORC compressions tests for writinghyukjinkwon2016-04-291-29/+33
* [SPARK-15012][SQL] Simplify configuration API furtherAndrew Or2016-04-291-7/+1
* [SPARK-15019][SQL] Propagate all Spark Confs to HiveConf created in HiveClien...Yin Huai2016-04-297-40/+52
* [SPARK-15013][SQL] Remove hiveConf from HiveSessionStateYin Huai2016-04-292-30/+1
* [SPARK-14981][SQL] Throws exception if DESC is specified for sorting columnsCheng Lian2016-04-292-13/+30
* [SPARK-15011][SQL][TEST] Ignore org.apache.spark.sql.hive.StatisticsSuite.ana...Yin Huai2016-04-291-1/+1
* [SPARK-14994][SQL] Remove execution hive from HiveSessionStateReynold Xin2016-04-299-181/+93
* [HOTFIX] Disable flaky test StatisticsSuite.analyze MetastoreRelationsReynold Xin2016-04-291-1/+2
* [SPARK-14991][SQL] Remove HiveNativeCommandReynold Xin2016-04-287-187/+22
* [SPARK-14654][CORE] New accumulator APIWenchen Fan2016-04-281-1/+1
* [SPARK-14940][SQL] Move ExternalCatalog to own fileAndrew Or2016-04-273-13/+14
* [SPARK-14954] [SQL] Add PARTITION BY and BUCKET BY clause for data source CTA...Cheng Lian2016-04-271-0/+93
* [SPARK-14949][SQL] Remove HiveConf dependency from InsertIntoHiveTableReynold Xin2016-04-271-16/+14
* [SPARK-14130][SQL] Throw exceptions for ALTER TABLE ADD/REPLACE/CHANGE COLUMN...Yin Huai2016-04-27178-779/+97
* [SPARK-14944][SPARK-14943][SQL] Remove HiveConf from HiveTableScanExec, HiveT...Reynold Xin2016-04-266-46/+37
* [SPARK-14913][SQL] Simplify configuration APIReynold Xin2016-04-2610-138/+119
* [SPARK-13477][SQL] Expose new user-facing Catalog interfaceAndrew Or2016-04-2610-37/+37
* [SPARK-14445][SQL] Support native execution of SHOW COLUMNS and SHOW PARTITIONSDilip Biswal2016-04-277-20/+181
* [SPARK-14929] [SQL] Disable vectorized map for wide schemas & high-precision ...Sameer Agarwal2016-04-261-7/+8
* [SPARK-14853] [SQL] Support LeftSemi/LeftAnti in SortMergeJoinExecDavies Liu2016-04-262-8/+4
* [SPARK-14912][SQL] Propagate data source options to Hadoop configurationReynold Xin2016-04-263-22/+50
* [SPARK-14861][SQL] Replace internal usages of SQLContext with SparkSessionAndrew Or2016-04-2515-91/+102
* [SPARK-14902][SQL] Expose RuntimeConfig in SparkSessionAndrew Or2016-04-2511-16/+17
* [SPARK-14888][SQL] UnresolvedFunction should use FunctionIdentifierReynold Xin2016-04-251-8/+6
* [SPARK-14721][SQL] Remove HiveContext (part 2)Andrew Or2016-04-259-51/+17
* [SPARK-14875][SQL] Makes OutputWriterFactory.newInstance publicCheng Lian2016-04-251-1/+1
* [SPARK-14876][SQL] SparkSession should be case insensitive by defaultReynold Xin2016-04-241-1/+0
* Disable flaky script transformation testReynold Xin2016-04-241-2/+2
* [SPARK-14691][SQL] Simplify and Unify Error Generation for Unsupported Alter ...gatorsmile2016-04-242-3/+4
* [SPARK-14879][SQL] Move CreateMetastoreDataSource and CreateMetastoreDataSour...Yin Huai2016-04-236-447/+11
* [SPARK-14877][SQL] Remove HiveMetastoreTypes classReynold Xin2016-04-236-54/+18
* [SPARK-14865][SQL] Better error handling for view creation.Reynold Xin2016-04-231-23/+42
* [SPARK-14869][SQL] Don't mask exceptions in ResolveRelationsReynold Xin2016-04-231-1/+1
* Turn script transformation back on.Reynold Xin2016-04-231-2/+2
* [SPARK-14551][SQL] Reduce number of NameNode calls in OrcRelationRajesh Balamohan2016-04-222-11/+108
* [SPARK-14866][SQL] Break SQLQuerySuite out into smaller test suitesReynold Xin2016-04-223-509/+569
* [SPARK-14842][SQL] Implement view creation in sql/coreReynold Xin2016-04-225-172/+5
* [SPARK-14855][SQL] Add "Exec" suffix to physical operatorsReynold Xin2016-04-2215-42/+42
* [SPARK-14841][SQL] Move SQLBuilder into sql/coreReynold Xin2016-04-227-546/+12
* [SPARK-14609][SQL] Native support for LOAD DATA DDL commandLiang-Chi Hsieh2016-04-223-1/+193
* [SPARK-14826][SQL] Remove HiveQueryExecutionReynold Xin2016-04-228-194/+39
* [SPARK-14835][SQL] Remove MetastoreRelation dependency from SQLBuilderReynold Xin2016-04-211-4/+6
* [SPARK-14369] [SQL] Locality support for FileScanRDDCheng Lian2016-04-211-1/+39
* [SPARK-14824][SQL] Rename HiveContext object to HiveUtilsAndrew Or2016-04-2114-41/+41
* [SPARK-14821][SQL] Implement AnalyzeTable in sql/core and remove HiveSqlAstBu...Reynold Xin2016-04-217-216/+37
* [SPARK-14798][SQL] Move native command and script transformation parsing into...Reynold Xin2016-04-2111-185/+33