aboutsummaryrefslogtreecommitdiff
path: root/sql/hive/src/test/scala/org/apache
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-14721][SQL] Remove HiveContext (part 2)Andrew Or2016-04-251-1/+2
* [SPARK-14875][SQL] Makes OutputWriterFactory.newInstance publicCheng Lian2016-04-251-1/+1
* 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-231-6/+10
* [SPARK-14877][SQL] Remove HiveMetastoreTypes classReynold Xin2016-04-232-5/+7
* [SPARK-14865][SQL] Better error handling for view creation.Reynold Xin2016-04-231-23/+42
* Turn script transformation back on.Reynold Xin2016-04-231-2/+2
* [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-221-4/+3
* [SPARK-14855][SQL] Add "Exec" suffix to physical operatorsReynold Xin2016-04-2211-33/+33
* [SPARK-14841][SQL] Move SQLBuilder into sql/coreReynold Xin2016-04-225-7/+9
* [SPARK-14609][SQL] Native support for LOAD DATA DDL commandLiang-Chi Hsieh2016-04-222-1/+151
* [SPARK-14826][SQL] Remove HiveQueryExecutionReynold Xin2016-04-223-27/+32
* [SPARK-14369] [SQL] Locality support for FileScanRDDCheng Lian2016-04-211-1/+39
* [SPARK-14824][SQL] Rename HiveContext object to HiveUtilsAndrew Or2016-04-217-18/+18
* [SPARK-14821][SQL] Implement AnalyzeTable in sql/core and remove HiveSqlAstBu...Reynold Xin2016-04-212-4/+3
* [SPARK-14798][SQL] Move native command and script transformation parsing into...Reynold Xin2016-04-213-3/+3
* [SPARK-14795][SQL] Remove the use of Hive's variable substitutionReynold Xin2016-04-211-2/+2
* [SPARK-14794][SQL] Don't pass analyze command into HiveReynold Xin2016-04-211-5/+5
* [HOTFIX] Disable flaky testsReynold Xin2016-04-211-2/+2
* [SPARK-14792][SQL] Move as many parsing rules as possible into SQL parserReynold Xin2016-04-211-3/+3
* [SPARK-14775][SQL] Remove TestHiveSparkSession.rewritePathsReynold Xin2016-04-202-4/+16
* [SPARK-14720][SPARK-13643] Move Hive-specific methods into HiveSessionState a...Andrew Or2016-04-2015-66/+73
* [MINOR] [SQL] Re-enable `explode()` and `json_tuple()` testcases in Expressio...Dongjoon Hyun2016-04-191-4/+2
* [SPARK-13929] Use Scala reflection for UDTsJoan2016-04-192-2/+2
* [SPARK-14407][SQL] Hides HadoopFsRelation related data source API into execut...Cheng Lian2016-04-197-11/+10
* [SPARK-13681][SPARK-14458][SPARK-14566][SQL] Add back once removed CommitFail...Cheng Lian2016-04-194-0/+384
* [SPARK-14674][SQL] Move HiveContext.hiveconf to HiveSessionStateAndrew Or2016-04-185-7/+8
* [SPARK-14647][SQL] Group SQLContext/HiveContext state into SharedStateAndrew Or2016-04-181-8/+4
* Revert "[SPARK-14647][SQL] Group SQLContext/HiveContext state into SharedState"Andrew Or2016-04-171-4/+8
* [SPARK-14647][SQL] Group SQLContext/HiveContext state into SharedStateAndrew Or2016-04-161-8/+4
* [SPARK-14447][SQL] Speed up TungstenAggregate w/ keys using VectorizedHashMapSameer Agarwal2016-04-141-21/+26
* [SPARK-14592][SQL] Native support for CREATE TABLE LIKE DDL commandLiang-Chi Hsieh2016-04-141-1/+23
* [SPARK-14499][SQL][TEST] Drop Partition Does Not Delete Data of External Tablesgatorsmile2016-04-141-0/+67
* [SPARK-14125][SQL] Native DDL Support: Alter Viewgatorsmile2016-04-141-0/+112
* [SPARK-14518][SQL] Support Comment in CREATE VIEWgatorsmile2016-04-142-9/+18
* [SPARK-14388][SQL] Implement CREATE TABLEAndrew Or2016-04-135-21/+206
* [SPARK-14414][SQL] improve the error message class hierarchybomeng2016-04-121-1/+0
* [SPARK-14488][SPARK-14493][SQL] "CREATE TEMPORARY TABLE ... USING ... AS SELE...Cheng Lian2016-04-121-3/+46
* [SPARK-14132][SPARK-14133][SQL] Alter table partition DDLsAndrew Or2016-04-111-0/+12
* [SPARK-14362][SPARK-14406][SQL][FOLLOW-UP] DDL Native Support: Drop View and ...gatorsmile2016-04-101-1/+1
* [SPARK-14415][SQL] All functions should show usages by command `DESC FUNCTION`Dongjoon Hyun2016-04-101-1/+1
* [SPARK-14362][SPARK-14406][SQL] DDL Native Support: Drop View and Drop Tablegatorsmile2016-04-092-3/+163
* [SPARK-14481][SQL] Issue Exceptions for All Unsupported Options during Parsinggatorsmile2016-04-093-3/+60
* [SPARK-14335][SQL] Describe function command returns wrong outputYong Tang2016-04-091-7/+23
* [SPARK-14435][BUILD] Shade Kryo in our custom Hive 1.2.1 forkJosh Rosen2016-04-081-32/+9
* [SPARK-14410][SQL] Push functions existence check into catalogAndrew Or2016-04-072-4/+6
* [SPARK-10063][SQL] Remove DirectParquetOutputCommitterReynold Xin2016-04-071-34/+0
* [SPARK-14396][BUILD][HOT] Fix compilation against Scala 2.10gatorsmile2016-04-061-4/+4