aboutsummaryrefslogtreecommitdiff
path: root/sql/hive/src/test/resources
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-15232][SQL] Add subquery SQL building tests to LogicalPlanToSQLSuiteDongjoon Hyun2016-07-2714-0/+119
* [SPARK-16621][SQL] Generate stable SQLs in SQLBuilderDongjoon Hyun2016-07-27103-103/+103
* [SPARK-16672][SQL] SQLBuilder should not raise exceptions on EXISTS queriesDongjoon Hyun2016-07-251-0/+4
* [SPARK-16703][SQL] Remove extra whitespace in SQL generation for window funct...Cheng Lian2016-07-254-4/+4
* [SPARK-16515][SQL][FOLLOW-UP] Fix test `script` on OS X/Windows...Liwei Lin2016-07-241-1/+1
* [SPARK-16590][SQL] Improve LogicalPlanToSQLSuite to check generated SQL directlyDongjoon Hyun2016-07-18102-0/+489
* [SPARK-16515][SQL] set default record reader and writer for script transforma...Daoyuan Wang2016-07-181-0/+23
* [SPARK-15887][SQL] Bring back the hive-site.xml support for Spark 2.0Wenchen Fan2016-06-131-0/+26
* [SPARK-14773] [SPARK-15179] [SQL] Fix SQL building and enable Hive testsHerman van Hovell2016-05-1059-0/+2164
* [SPARK-14893][SQL] Re-enable HiveSparkSubmitSuite SPARK-8489 test after HiveC...Dilip Biswal2016-05-053-5/+7
* [SPARK-14130][SQL] Throw exceptions for ALTER TABLE ADD/REPLACE/CHANGE COLUMN...Yin Huai2016-04-27176-732/+0
* [SPARK-14721][SQL] Remove HiveContext (part 2)Andrew Or2016-04-251-4/+5
* [SPARK-14775][SQL] Remove TestHiveSparkSession.rewritePathsReynold Xin2016-04-201-0/+1
* [SPARK-14770][SQL] Remove unused queries in hive module test resourcesReynold Xin2016-04-20690-5352/+0
* [SPARK-12653][SQL] Re-enable test "SPARK-8489: MissingRequirementError during...Dongjoon Hyun2016-03-163-0/+0
* [SPARK-13221] [SQL] Fixing GroupingSets when Aggregate Functions Containing G...gatorsmile2016-02-156-52/+0
* [SPARK-12706] [SQL] grouping() and grouping_id()Davies Liu2016-02-104-32/+32
* [SPARK-12865][SPARK-12866][SQL] Migrate SparkSQLParser/ExtendedHiveQlParser c...Herman van Hovell2016-01-273-0/+7
* [SPARK-12848][SQL] Change parsed decimal literal datatype from Double to DecimalHerman van Hovell2016-01-2014-0/+0
* [SPARK-12830] Java style: disallow trailing whitespaces.Reynold Xin2016-01-141-1/+1
* [SPARK-11724][SQL] Change casting between int and timestamp to consistently t...Nong Li2015-11-204-4/+1
* [SPARK-9034][SQL] Reflect field names defined in GenericUDTFnavis.ryu2015-11-0210-0/+9
* [SPARK-10484] [SQL] Optimize the cartesian join with broadcast join for some ...Cheng Hao2015-10-274-0/+80
* [SPARK-10151][SQL] Support invocation of hive macronavis.ryu2015-10-2122-0/+6
* [SPARK-10310] [SQL] Fixes script transformation field/line delimitersZhichao Li2015-09-221-0/+6
* [SPARK-10089] [SQL] Add missing golden files.Marcelo Vanzin2015-08-182-0/+503
* [SPARK-8118] [SQL] Redirects Parquet JUL logger via SLF4JCheng Lian2015-08-181-1/+6
* [SPARK-8246] [SQL] Implement get_json_objectDavies Liu2015-08-0410-0/+10
* [SPARK-8064] [SQL] Build against Hive 1.2.1Steve Loughran2015-08-0331-44/+75
* [SPARK-8828] [SQL] Revert SPARK-5680Yijie Shen2015-07-272-1/+0
* [SPARK-4233] [SPARK-4367] [SPARK-3947] [SPARK-3056] [SQL] Aggregation Improve...Yin Huai2015-07-215-0/+18
* [SPARK-8972] [SQL] Incorrect result for rollupCheng Hao2015-07-156-0/+52
* [SPARK-7977] [BUILD] Disallowing printlnJonathan Alter2015-07-101-0/+2
* [SPARK-8407] [SQL] complex type constructors: struct and named_structYijie Shen2015-07-021-0/+0
* [SPARK-6785] [SQL] fix DateTimeUtils for dates before 1970Christian Kadner2015-06-302-2/+0
* [SPARK-7287] [SPARK-8567] [TEST] Add sc.stop to applications in SparkSubmitSuiteYin Huai2015-06-292-0/+1
* [SPARK-8478] [SQL] Harmonize UDF-related code to use uniformly UDF instead of...BenFradet2015-06-291-0/+0
* [SPARK-7859] [SQL] Collect_set() behavior differences which fails the unit te...Cheng Hao2015-06-222-26/+97
* [HOTFIX] [SPARK-8489] Correct JIRA number in previous commitAndrew Or2015-06-193-4/+4
* [SPARK-8498] [SQL] Add regression test for SPARK-8470Andrew Or2015-06-193-0/+63
* [SPARK-8306] [SQL] AddJar command needs to set the new class loader to the Hi...Yin Huai2015-06-171-0/+0
* [SPARK-8189] [SQL] use Long for TimestampType in SQLDavies Liu2015-06-101-1/+1
* [SPARK-6734] [SQL] Add UDTF.close support in GenerateCheng Hao2015-05-143-0/+4
* [SPARK-6908] [SQL] Use isolated Hive clientMichael Armbrust2015-05-071-1/+1
* [SPARK-1442] [SQL] Window Function Support for Spark SQLYin Huai2015-05-0685-0/+32189
* [SPARK-5817] [SQL] Fix bug of udtf with column namesCheng Hao2015-04-2110-0/+10
* [SPARK-5794] [SQL] fix add jarDaoyuan Wang2015-04-131-0/+0
* [SPARK-5941] [SQL] Unit Test loads the table `src` twice for leftsemijoin.qCheng Hao2015-04-132-4/+0
* [SPARK-6130] [SQL] support if not exists for insert overwrite into partition ...Daoyuan Wang2015-04-1316-0/+10
* [SPARK-6199] [SQL] Support CTE in HiveContext and SQLContexthaiyang2015-04-113-0/+8