aboutsummaryrefslogtreecommitdiff
path: root/sql/hive/src
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-17358][SQL] Cached table(parquet/orc) should be shard between beelinesYadong Qi2016-09-061-2/+1
* [SPARK-17369][SQL] MetastoreRelation toJSON throws AssertException due to mis...Sean Zhong2016-09-062-1/+40
* [SPARK-17072][SQL] support table-level statistics generation and storing into...wangzhenhua2016-09-055-63/+252
* [SPARK-17393][SQL] Error Handling when CTAS Against the Same Data Source Tabl...gatorsmile2016-09-051-0/+52
* [SPARK-17324][SQL] Remove Direct Usage of HiveClient in InsertIntoHiveTablegatorsmile2016-09-046-58/+123
* [MINOR][SQL] Not dropping all necessary tablesSandeep Singh2016-09-031-7/+6
* [SPARK-17298][SQL] Require explicit CROSS join for cartesian productsSrinath Shankar2016-09-034-10/+6
* [SPARK-17230] [SQL] Should not pass optimized query into QueryExecution in Da...Davies Liu2016-09-021-1/+1
* [SPARK-16935][SQL] Verification of Function-related ExternalCatalog APIsgatorsmile2016-09-021-0/+8
* [SPARK-16926][SQL] Add unit test to compare table and partition column metadata.Brian Cho2016-09-021-0/+35
* [SPARK-16525] [SQL] Enable Row Based HashMap in HashAggregateExecQifan Pu2016-09-011-3/+3
* [SPARK-16926] [SQL] Remove partition columns from partition metadata.Brian Cho2016-09-011-1/+7
* [SPARK-17263][SQL] Add hexadecimal literal parsingHerman van Hovell2016-09-011-0/+1
* [SPARK-17257][SQL] the physical plan of CREATE TABLE or CTAS should take Cata...Wenchen Fan2016-09-011-3/+3
* [SPARK-17353][SPARK-16943][SPARK-16942][SQL] Fix multiple bugs in CREATE TABL...gatorsmile2016-09-012-2/+228
* [SPARK-16283][SQL] Implements percentile_approx aggregation function which su...Sean Zhong2016-09-012-2/+6
* [SPARK-17180][SPARK-17309][SPARK-17323][SQL] create AlterViewAsCommand to han...Wenchen Fan2016-08-311-3/+74
* [SPARK-17276][CORE][TEST] Stop env params output on Jenkins job pageXin Ren2016-08-301-2/+2
* [SPARK-17234][SQL] Table Existence Checking when Index Table with the Same Na...gatorsmile2016-08-305-1/+52
* [SPARK-17063] [SQL] Improve performance of MSCK REPAIR TABLE with Hive metastoreDavies Liu2016-08-293-3/+47
* [SPARK-17246][SQL] Add BigDecimal literalHerman van Hovell2016-08-261-0/+1
* [SPARK-17250][SQL] Remove HiveClient and setCurrentDatabase from HiveSessionC...gatorsmile2016-08-262-8/+0
* [SPARK-17192][SQL] Issue Exception when Users Specify the Partitioning Column...gatorsmile2016-08-261-7/+9
* [SPARK-17260][MINOR] move CreateTables to HiveStrategiesWenchen Fan2016-08-264-37/+27
* [SPARK-16216][SQL][FOLLOWUP] Enable timestamp type tests for JSON and verify ...hyukjinkwon2016-08-261-4/+0
* [SPARK-17205] Literal.sql should handle Infinity and NaNJosh Rosen2016-08-261-0/+6
* [SPARK-17190][SQL] Removal of HiveSharedStategatorsmile2016-08-2511-81/+35
* [SPARK-16216][SQL] Read/write timestamps and dates in ISO 8601 and dateFormat...hyukjinkwon2016-08-241-0/+4
* [SPARK-17186][SQL] remove catalog table type INDEXWenchen Fan2016-08-233-4/+3
* [MINOR][SQL] Remove implemented functions from comments of 'HiveSessionCatalo...Weiqing Yang2016-08-231-4/+2
* [SPARK-17194] Use single quotes when generating SQL for string literalsJosh Rosen2016-08-2319-20/+21
* [SPARK-17162] Range does not support SQL generationEric Liang2016-08-223-1/+21
* [SPARK-16498][SQL] move hive hack for data source table into HiveExternalCatalogWenchen Fan2016-08-219-151/+443
* [SPARK-17104][SQL] LogicalRelation.newInstance should follow the semantics of...Liang-Chi Hsieh2016-08-201-0/+7
* [SPARK-17150][SQL] Support SQL generation for inline tablespetermaxlee2016-08-202-0/+12
* [SPARK-17149][SQL] array.sql for testing array related functionspetermaxlee2016-08-191-9/+0
* [SPARK-16736][CORE][SQL] purge superfluous fs callsSteve Loughran2016-08-172-4/+2
* [SPARK-17068][SQL] Make view-usage visible during analysisHerman van Hovell2016-08-163-15/+24
* [SPARK-16964][SQL] Remove private[hive] from sql.hive.execution packageHerman van Hovell2016-08-163-6/+1
* [SPARK-17013][SQL] Parse negative numeric literalspetermaxlee2016-08-111-2/+2
* [SPARK-16866][SQL] Infrastructure for file-based SQL end-to-end testspetermaxlee2016-08-101-2/+1
* [SPARK-16959][SQL] Rebuild Table Comment when Retrieving Metadata from Hive M...gatorsmile2016-08-102-3/+7
* [SPARK-16905] SQL DDL: MSCK REPAIR TABLEDavies Liu2016-08-091-2/+8
* [SPARK-16964][SQL] Remove private[sql] and private[spark] from sql.execution ...Reynold Xin2016-08-091-1/+1
* [SPARK-16610][SQL] Add `orc.compress` as an alias for `compression` option.hyukjinkwon2016-08-092-3/+32
* [SPARK-16779][TRIVIAL] Avoid using postfix operators where they do not add mu...Holden Karau2016-08-081-1/+2
* [SPARK-16457][SQL] Fix Wrong Messages when CTAS with a Partition By Clausegatorsmile2016-08-081-10/+26
* [SPARK-16901] Hive settings in hive-site.xml may be overridden by Hive's defa...Yin Huai2016-08-052-3/+101
* [SPARK-16879][SQL] unify logical plans for CREATE TABLE and CTASWenchen Fan2016-08-054-15/+28
* [SPARK-16867][SQL] createTable and alterTable in ExternalCatalog should not t...Wenchen Fan2016-08-042-13/+6