aboutsummaryrefslogtreecommitdiff
path: root/sql/hive
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-15232][SQL] Add subquery SQL building tests to LogicalPlanToSQLSuiteDongjoon Hyun2016-07-2715-0/+282
* [SPARK-16621][SQL] Generate stable SQLs in SQLBuilderDongjoon Hyun2016-07-27104-109/+106
* [SPARK-16663][SQL] desc table should be consistent between data source and hi...Wenchen Fan2016-07-263-10/+26
* [SPARK-16633][SPARK-16642][SPARK-16721][SQL] Fixes three issues related to le...Yin Huai2016-07-251-370/+0
* [SPARK-16672][SQL] SQLBuilder should not raise exceptions on EXISTS queriesDongjoon Hyun2016-07-252-0/+14
* [SPARK-16678][SPARK-16677][SQL] Fix two View-related bugsgatorsmile2016-07-261-1/+70
* [SPARK-16703][SQL] Remove extra whitespace in SQL generation for window funct...Cheng Lian2016-07-255-6/+37
* [SPARK-16691][SQL] move BucketSpec to catalyst module and use it in CatalogTableWenchen Fan2016-07-253-13/+7
* [SPARK-16660][SQL] CreateViewCommand should not take CatalogTableWenchen Fan2016-07-252-34/+14
* [SPARK-16648][SQL] Make ignoreNullsExpr a child expression of First and LastCheng Lian2016-07-251-0/+12
* [SPARK-16645][SQL] rename CatalogStorageFormat.serdeProperties to propertiesWenchen Fan2016-07-258-26/+26
* [SPARK-16515][SQL][FOLLOW-UP] Fix test `script` on OS X/Windows...Liwei Lin2016-07-242-9/+19
* [SPARK-16690][TEST] rename SQLTestUtils.withTempTable to withTempViewWenchen Fan2016-07-2315-34/+34
* [SPARK-16287][SQL] Implement str_to_map SQL functionSandeep Singh2016-07-221-2/+1
* [SPARK-16344][SQL] Decoding Parquet array of struct with a single field named...Cheng Lian2016-07-201-2/+6
* [SPARK-15705][SQL] Change the default value of spark.sql.hive.convertMetastor...Yin Huai2016-07-191-1/+2
* [SPARK-16535][BUILD] In pom.xml, remove groupId which is redundant definition...Xin Ren2016-07-191-1/+0
* [HOTFIX] Fix Scala 2.10 compilationReynold Xin2016-07-181-2/+2
* [SPARK-16590][SQL] Improve LogicalPlanToSQLSuite to check generated SQL directlyDongjoon Hyun2016-07-18103-153/+820
* [SPARK-16515][SQL] set default record reader and writer for script transforma...Daoyuan Wang2016-07-182-0/+34
* [SPARK-16528][SQL] Fix NPE problem in HiveClientImplJacek Lewandowski2016-07-141-6/+8
* [SPARK-16482][SQL] Describe Table Command for Tables Requiring Runtime Inferr...gatorsmile2016-07-131-7/+9
* [SPARK-16284][SQL] Implement reflect SQL functionpetermaxlee2016-07-132-25/+5
* [SPARK-16119][SQL] Support PURGE option to drop table / partition.Marcelo Vanzin2016-07-129-19/+146
* [SPARK-15752][SQL] Optimize metadata only query that has an aggregate whose c...Lianhui Wang2016-07-121-0/+89
* [SPARK-12639][SQL] Mark Filters Fully Handled By Sources with *Russell Spitzer2016-07-111-2/+2
* [SPARK-16349][SQL] Fall back to isolated class loader when classes not found.Marcelo Vanzin2016-07-111-3/+9
* [SPARK-16477] Bump master version to 2.1.0-SNAPSHOTReynold Xin2016-07-111-1/+1
* [SPARK-16459][SQL] Prevent dropping current databaseDongjoon Hyun2016-07-112-0/+3
* [SPARK-16318][SQL] Implement all remaining xpath functionspetermaxlee2016-07-111-3/+1
* [SPARK-16281][SQL] Implement parse_url SQL functionwujian2016-07-081-1/+1
* [SPARK-16285][SQL] Implement sentences SQL functionsDongjoon Hyun2016-07-081-1/+1
* [SPARK-16415][SQL] fix catalog string errorDaoyuan Wang2016-07-071-3/+11
* [SPARK-16368][SQL] Fix Strange Errors When Creating View With Unmatched Colum...gatorsmile2016-07-071-0/+23
* [SPARK-16374][SQL] Remove Alias from MetastoreRelation and SimpleCatalogRelationgatorsmile2016-07-072-10/+10
* [SPARK-16229][SQL] Drop Empty Table After CREATE TABLE AS SELECT failsgatorsmile2016-07-062-2/+26
* [SPARK-16388][SQL] Remove spark.sql.nativeView and spark.sql.nativeView.canon...Reynold Xin2016-07-061-118/+88
* [SPARK-16339][CORE] ScriptTransform does not print stderr when outstream is lostTejas Patil2016-07-061-4/+4
* [SPARK-16389][SQL] Remove MetastoreRelation from SparkHiveWriterContainer and...gatorsmile2016-07-062-15/+9
* [SPARK-16286][SQL] Implement stack table generating functionDongjoon Hyun2016-07-061-1/+1
* [SPARK-16383][SQL] Remove `SessionState.executeSql`Dongjoon Hyun2016-07-051-3/+3
* [HOTFIX] Fix build break.Reynold Xin2016-07-051-1/+1
* [SPARK-16311][SQL] Metadata refresh should work on temporary viewsReynold Xin2016-07-055-19/+74
* [SPARK-15198][SQL] Support for pushing down filters for boolean types in ORC ...hyukjinkwon2016-07-054-11/+39
* [SPARK-15968][SQL] Nonempty partitioned metastore tables are not cachedMichael Allman2016-07-053-19/+59
* [SPARK-16358][SQL] Remove InsertIntoHiveTable From Logical Plangatorsmile2016-07-043-47/+1
* [SPARK-16288][SQL] Implement inline table generating functionDongjoon Hyun2016-07-041-4/+1
* [SPARK-16278][SPARK-16279][SQL] Implement map_keys/map_values SQL functionsDongjoon Hyun2016-07-031-1/+0
* [SPARK-15954][SQL] Disable loading test tables in Python testsReynold Xin2016-06-301-160/+184
* [SPARK-16276][SQL] Implement elt SQL functionpetermaxlee2016-07-011-1/+1