aboutsummaryrefslogtreecommitdiff
path: root/sql/hive/src/test/java
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-15171][SQL] Remove the references to deprecated method dataset.registe...Sean Zhong2016-05-182-2/+2
* [SPARK-15037][SQL][MLLIB] Use SparkSession instead of SQLContext in Scala/Jav...Sandeep Singh2016-05-101-2/+2
* [SPARK-14721][SQL] Remove HiveContext (part 2)Andrew Or2016-04-252-4/+5
* [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-8/+5
* [SPARK-9242] [SQL] Audit UDAF interface.Reynold Xin2015-08-193-3/+3
* [SPARK-9664] [SQL] Remove UDAFRegistration and add apply to UserDefinedAggreg...Yin Huai2015-08-051-0/+26
* [SPARK-9534] [BUILD] Enable javac lint for scalac parity; fix a lot of build ...Sean Owen2015-08-041-1/+1
* [SPARK-8064] [SQL] Build against Hive 1.2.1Steve Loughran2015-08-032-2/+1143
* [SPARK-9349] [SQL] UDAF cleanupYin Huai2015-07-272-11/+51
* [SPARK-4233] [SPARK-4367] [SPARK-3947] [SPARK-3056] [SQL] Aggregation Improve...Yin Huai2015-07-212-0/+207
* SPARK-9070 JavaDataFrameSuite teardown NPEs if setup failedSteve Loughran2015-07-151-1/+3
* [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-227-1/+81
* [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