aboutsummaryrefslogtreecommitdiff
path: root/sql/hive/src/test/java/org/apache/spark
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-14014][SQL] Integrate session catalog (attempt #2)Andrew Or2016-03-242-2/+41
* [SPARK-14142][SQL] Replace internal use of unionAll with unionReynold Xin2016-03-241-1/+1
* Revert "[SPARK-14014][SQL] Replace existing catalog with SessionCatalog"Andrew Or2016-03-231-3/+2
* [SPARK-14014][SQL] Replace existing catalog with SessionCatalogAndrew Or2016-03-231-2/+3
* [SPARK-14011][CORE][SQL] Enable `LineLength` Java checkstyle ruleDongjoon Hyun2016-03-211-1/+1
* [SPARK-13893][SQL] Remove SQLContext.catalog/analyzer (internal method)Reynold Xin2016-03-151-1/+1
* [SPARK-13823][CORE][STREAMING][SQL] Always specify Charset in String <-> byte...Sean Owen2016-03-131-2/+0
* [SPARK-13244][SQL] Migrates DataFrame to DatasetCheng Lian2016-03-102-9/+9
* [SPARK-13702][CORE][SQL][MLLIB] Use diamond operator for generic instance cre...Dongjoon Hyun2016-03-093-20/+20
* [SPARK-6990][BUILD] Add Java linting script; fix minor warningsDmitry Erastov2015-12-041-26/+60
* [SPARK-10104] [SQL] Consolidate different forms of table identifiersWenchen Fan2015-10-141-2/+4
* Revert "[SPARK-10300] [BUILD] [TESTS] Add support for test tags in run-tests....Marcelo Vanzin2015-09-151-26/+0
* [SPARK-10300] [BUILD] [TESTS] Add support for test tags in run-tests.py.Marcelo Vanzin2015-09-151-0/+26
* [SPARK-10547] [TEST] Streamline / improve style of Java API testsSean Owen2015-09-122-10/+10
* [SPARK-9758] [TEST] [SQL] Compilation issue for hive test / wrong package?Sean Owen2015-08-249-0/+678
* [SPARK-8064] [SQL] Build against Hive 1.2.1Steve Loughran2015-08-031-0/+1139
* [SPARK-6912] [SQL] Throw an AnalysisException when unsupported Java Map<K,V> ...Takeshi YAMAMURO2015-07-082-0/+70
* [SPARK-6747] [SQL] Throw an AnalysisException when unsupported Java list type...Takeshi YAMAMURO2015-07-062-0/+58
* [SPARK-7322][SQL] Window functions in DataFrameCheng Hao2015-05-226-324/+0
* [SPARK-7654][SQL] Move JDBC into DataFrame's reader/writer interface.Reynold Xin2015-05-161-4/+16
* [SPARK-7145] [CORE] commons-lang (2.x) classes used instead of commons-lang3 ...Sean Owen2015-04-271-3/+3
* [SQL] Move SaveMode to SQL package.Yin Huai2015-02-121-1/+1
* HOTFIX: Java 6 compilation error in Spark SQLPatrick Wendell2015-02-101-1/+1
* [SPARK-5658][SQL] Finalize DDL and write support APIsYin Huai2015-02-101-0/+147
* SPARK-4297 [BUILD] Build warning fixes omnibusSean Owen2014-12-241-12/+8
* [SPARK-3752][SQL]: Add tests for different UDF'sVida Ha2014-10-095-0/+169