aboutsummaryrefslogtreecommitdiff
path: root/sql/hive/src/main
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-16959][SQL] Rebuild Table Comment when Retrieving Metadata from Hive M...gatorsmile2016-08-101-1/+2
* [SPARK-16964][SQL] Remove private[sql] and private[spark] from sql.execution ...Reynold Xin2016-08-091-1/+1
* [SPARK-16610][SQL] Add `orc.compress` as an alias for `compression` option.hyukjinkwon2016-08-091-3/+9
* [SPARK-16901] Hive settings in hive-site.xml may be overridden by Hive's defa...Yin Huai2016-08-051-3/+21
* [SPARK-16879][SQL] unify logical plans for CREATE TABLE and CTASWenchen Fan2016-08-052-12/+18
* [SPARK-16867][SQL] createTable and alterTable in ExternalCatalog should not t...Wenchen Fan2016-08-041-12/+5
* [SPARK-16858][SQL][TEST] Removal of TestHiveSharedStategatorsmile2016-08-021-59/+19
* [SPARK-16793][SQL] Set the temporary warehouse path to sc'conf in TestHive.jiangxingbo2016-08-011-23/+19
* [SPARK-16731][SQL] use StructType in CatalogTable and remove CatalogColumnWenchen Fan2016-07-313-18/+24
* [SPARK-16691][SQL] move BucketSpec to catalyst module and use it in CatalogTableWenchen Fan2016-07-251-6/+3
* [SPARK-16660][SQL] CreateViewCommand should not take CatalogTableWenchen Fan2016-07-251-2/+0
* [SPARK-16645][SQL] rename CatalogStorageFormat.serdeProperties to propertiesWenchen Fan2016-07-253-8/+8
* [SPARK-16287][SQL] Implement str_to_map SQL functionSandeep Singh2016-07-221-2/+1
* [SPARK-15705][SQL] Change the default value of spark.sql.hive.convertMetastor...Yin Huai2016-07-191-1/+2
* [SPARK-16528][SQL] Fix NPE problem in HiveClientImplJacek Lewandowski2016-07-141-6/+8
* [SPARK-16284][SQL] Implement reflect SQL functionpetermaxlee2016-07-131-2/+5
* [SPARK-16119][SQL] Support PURGE option to drop table / partition.Marcelo Vanzin2016-07-125-13/+115
* [SPARK-16349][SQL] Fall back to isolated class loader when classes not found.Marcelo Vanzin2016-07-111-3/+9
* [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-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-061-2/+11
* [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
* [HOTFIX] Fix build break.Reynold Xin2016-07-051-1/+1
* [SPARK-16311][SQL] Metadata refresh should work on temporary viewsReynold Xin2016-07-052-8/+1
* [SPARK-15198][SQL] Support for pushing down filters for boolean types in ORC ...hyukjinkwon2016-07-052-7/+5
* [SPARK-15968][SQL] Nonempty partitioned metastore tables are not cachedMichael Allman2016-07-052-1/+16
* [SPARK-16358][SQL] Remove InsertIntoHiveTable From Logical Plangatorsmile2016-07-042-45/+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
* [SPARK-16289][SQL] Implement posexplode table generating functionDongjoon Hyun2016-06-301-1/+1
* [SPARK-13850] Force the sorter to Spill when number of elements in th…Sital Kedia2016-06-301-1/+4
* [SPARK-16274][SQL] Implement xpath_booleanpetermaxlee2016-06-301-1/+1
* [SPARK-16228][SQL] HiveSessionCatalog should return `double`-param functions ...Dongjoon Hyun2016-06-291-1/+15
* [SPARK-16248][SQL] Whitelist the list of Hive fallback functionsReynold Xin2016-06-281-15/+27
* [SPARK-13709][SQL] Initialize deserializer with both table and partition prop...Cheng Lian2016-06-231-1/+16
* [SPARK-16162] Remove dead code OrcTableScan.Brian Cho2016-06-221-66/+1
* [SPARK-15956][SQL] When unwrapping ORC avoid pattern matching at runtimeBrian Cho2016-06-224-150/+308
* [SPARK-15956][SQL] Revert "[] When unwrapping ORC avoid pattern matching…Herman van Hovell2016-06-224-308/+150
* [SPARK-15956][SQL] When unwrapping ORC avoid pattern matching at runtimeBrian Cho2016-06-224-150/+308
* [SPARK-16030][SQL] Allow specifying static partitions when inserting to data ...Yin Huai2016-06-202-2/+3
* [SPARK-16036][SPARK-16037][SPARK-16034][SQL] Follow up code clean up and impr...Yin Huai2016-06-191-1/+1
* [SPARK-16036][SPARK-16037][SQL] fix various table insertion problemsWenchen Fan2016-06-183-46/+1
* [SPARK-15991] SparkContext.hadoopConfiguration should be always the base of h...Yin Huai2016-06-161-2/+3
* [SPARK-15862][SQL] Better Error Message When Having Database Name in CACHE TA...gatorsmile2016-06-161-1/+1