aboutsummaryrefslogtreecommitdiff
path: root/sql/hive/src/main/scala/org/apache
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-14721][SQL] Remove HiveContext (part 2)Andrew Or2016-04-255-42/+5
* [SPARK-14876][SQL] SparkSession should be case insensitive by defaultReynold Xin2016-04-241-1/+0
* [SPARK-14879][SQL] Move CreateMetastoreDataSource and CreateMetastoreDataSour...Yin Huai2016-04-235-441/+1
* [SPARK-14877][SQL] Remove HiveMetastoreTypes classReynold Xin2016-04-234-49/+11
* [SPARK-14869][SQL] Don't mask exceptions in ResolveRelationsReynold Xin2016-04-231-1/+1
* [SPARK-14551][SQL] Reduce number of NameNode calls in OrcRelationRajesh Balamohan2016-04-221-11/+14
* [SPARK-14842][SQL] Implement view creation in sql/coreReynold Xin2016-04-224-168/+2
* [SPARK-14855][SQL] Add "Exec" suffix to physical operatorsReynold Xin2016-04-224-9/+9
* [SPARK-14841][SQL] Move SQLBuilder into sql/coreReynold Xin2016-04-222-539/+3
* [SPARK-14609][SQL] Native support for LOAD DATA DDL commandLiang-Chi Hsieh2016-04-221-0/+42
* [SPARK-14826][SQL] Remove HiveQueryExecutionReynold Xin2016-04-225-167/+7
* [SPARK-14835][SQL] Remove MetastoreRelation dependency from SQLBuilderReynold Xin2016-04-211-4/+6
* [SPARK-14824][SQL] Rename HiveContext object to HiveUtilsAndrew Or2016-04-217-23/+23
* [SPARK-14821][SQL] Implement AnalyzeTable in sql/core and remove HiveSqlAstBu...Reynold Xin2016-04-215-212/+34
* [SPARK-14798][SQL] Move native command and script transformation parsing into...Reynold Xin2016-04-218-182/+30
* [SPARK-14801][SQL] Move MetastoreRelation to its own fileReynold Xin2016-04-212-205/+232
* [SPARK-14795][SQL] Remove the use of Hive's variable substitutionReynold Xin2016-04-212-9/+6
* [SPARK-14799][SQL] Remove MetastoreRelation dependency from AnalyzeTable - pa...Reynold Xin2016-04-211-26/+23
* [SPARK-14783] Preserve full exception stacktrace in IsolatedClientLoaderJosh Rosen2016-04-211-1/+1
* [SPARK-14794][SQL] Don't pass analyze command into HiveReynold Xin2016-04-211-1/+3
* [SPARK-14792][SQL] Move as many parsing rules as possible into SQL parserReynold Xin2016-04-214-454/+11
* [SPARK-14786] Remove hive-cli dependency from hive subprojectJosh Rosen2016-04-202-3/+12
* [SPARK-14782][SPARK-14778][SQL] Remove HiveConf dependency from HiveSqlAstBui...Reynold Xin2016-04-203-39/+26
* [SPARK-14775][SQL] Remove TestHiveSparkSession.rewritePathsReynold Xin2016-04-201-18/+0
* [SPARK-14720][SPARK-13643] Move Hive-specific methods into HiveSessionState a...Andrew Or2016-04-2017-431/+505
* [SPARK-14600] [SQL] Push predicates through ExpandWenchen Fan2016-04-191-5/+9
* [SPARK-14407][SQL] Hides HadoopFsRelation related data source API into execut...Cheng Lian2016-04-192-3/+2
* [SPARK-13681][SPARK-14458][SPARK-14566][SQL] Add back once removed CommitFail...Cheng Lian2016-04-192-6/+7
* [SPARK-14674][SQL] Move HiveContext.hiveconf to HiveSessionStateAndrew Or2016-04-1811-59/+47
* [SPARK-14647][SQL] Group SQLContext/HiveContext state into SharedStateAndrew Or2016-04-184-95/+110
* Revert "[SPARK-14647][SQL] Group SQLContext/HiveContext state into SharedState"Andrew Or2016-04-174-110/+95
* [SPARK-14672][SQL] Move HiveContext analyze logic to AnalyzeTableAndrew Or2016-04-162-78/+81
* [SPARK-14647][SQL] Group SQLContext/HiveContext state into SharedStateAndrew Or2016-04-164-95/+110
* [MINOR] Remove inappropriate type notation and extra anonymous closure within...hyukjinkwon2016-04-161-5/+3
* [SPARK-14668][SQL] Move CurrentDatabase to CatalystYin Huai2016-04-151-18/+0
* [SPARK-14601][DOC] Minor doc/usage changes related to removal of Spark assemblyMark Grover2016-04-141-1/+1
* [SPARK-14592][SQL] Native support for CREATE TABLE LIKE DDL commandLiang-Chi Hsieh2016-04-141-1/+12
* [SPARK-14518][SQL] Support Comment in CREATE VIEWgatorsmile2016-04-141-10/+6
* [MINOR][SQL] Remove extra anonymous closure within functional transformationshyukjinkwon2016-04-141-16/+11
* [SPARK-14388][SQL] Implement CREATE TABLEAndrew Or2016-04-133-104/+179
* [MINOR][SQL] Remove some unused imports in datasources.hyukjinkwon2016-04-131-2/+0
* [SPARK-14414][SQL] improve the error message class hierarchybomeng2016-04-121-3/+0
* [SPARK-14488][SPARK-14493][SQL] "CREATE TEMPORARY TABLE ... USING ... AS SELE...Cheng Lian2016-04-121-3/+7
* [SPARK-14535][SQL] Remove buildInternalScan from FileFormatWenchen Fan2016-04-111-13/+0
* [SPARK-14132][SPARK-14133][SQL] Alter table partition DDLsAndrew Or2016-04-113-29/+23
* [SPARK-14362][SPARK-14406][SQL][FOLLOW-UP] DDL Native Support: Drop View and ...gatorsmile2016-04-101-2/+0
* [SPARK-14506][SQL] HiveClientImpl's toHiveTable misses a table property for e...Yin Huai2016-04-091-2/+11
* [SPARK-14362][SPARK-14406][SQL] DDL Native Support: Drop View and Drop Tablegatorsmile2016-04-094-43/+6
* [SPARK-14481][SQL] Issue Exceptions for All Unsupported Options during Parsinggatorsmile2016-04-091-6/+10
* [SPARK-14435][BUILD] Shade Kryo in our custom Hive 1.2.1 forkJosh Rosen2016-04-081-2/+2