aboutsummaryrefslogtreecommitdiff
path: root/sql/hive
Commit message (Expand)AuthorAgeFilesLines
...
* [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-16267][TEST] Replace deprecated `CREATE TEMPORARY TABLE ... USING` fro...Dongjoon Hyun2016-06-292-7/+7
* [SPARK-16228][SQL] HiveSessionCatalog should return `double`-param functions ...Dongjoon Hyun2016-06-292-1/+22
* [SPARK-16157][SQL] Add New Methods for comments in StructField and StructTypegatorsmile2016-06-291-0/+22
* [SPARK-16248][SQL] Whitelist the list of Hive fallback functionsReynold Xin2016-06-283-50/+39
* [SPARK-16220][SQL] Revert Change to Bring Back SHOW FUNCTIONS FunctionalityBill Chambers2016-06-271-0/+5
* [SPARK-13709][SQL] Initialize deserializer with both table and partition prop...Cheng Lian2016-06-232-1/+97
* [SPARK-16162] Remove dead code OrcTableScan.Brian Cho2016-06-221-66/+1
* [SPARK-16024][SQL][TEST] Verify Column Comment for Data Source Tablesgatorsmile2016-06-231-0/+14
* [SPARK-15956][SQL] When unwrapping ORC avoid pattern matching at runtimeBrian Cho2016-06-225-150/+314
* [SPARK-15956][SQL] Revert "[] When unwrapping ORC avoid pattern matching…Herman van Hovell2016-06-225-314/+150
* [SPARK-15956][SQL] When unwrapping ORC avoid pattern matching at runtimeBrian Cho2016-06-225-150/+314
* [SPARK-16037][SQL] Follow-up: add DataFrameWriter.insertInto() test cases for...Cheng Lian2016-06-211-0/+48
* [SPARK-16030][SQL] Allow specifying static partitions when inserting to data ...Yin Huai2016-06-204-13/+91
* [SPARK-16036][SPARK-16037][SPARK-16034][SQL] Follow up code clean up and impr...Yin Huai2016-06-194-33/+56
* [SPARK-16036][SPARK-16037][SQL] fix various table insertion problemsWenchen Fan2016-06-187-102/+34
* [SPARK-16033][SQL] insertInto() can't be used together with partitionBy()Cheng Lian2016-06-171-0/+37
* [SPARK-15706][SQL] Fix Wrong Answer when using IF NOT EXISTS in INSERT OVERWR...gatorsmile2016-06-161-0/+68
* [SPARK-15991] SparkContext.hadoopConfiguration should be always the base of h...Yin Huai2016-06-161-2/+3
* [SPARK-15998][SQL] Verification of SQLConf HIVE_METASTORE_PARTITION_PRUNINGgatorsmile2016-06-161-3/+57
* [SPARK-15862][SQL] Better Error Message When Having Database Name in CACHE TA...gatorsmile2016-06-162-20/+61
* [SPARK-15824][SQL] Execute WITH .... INSERT ... statements immediatelyHerman van Hovell2016-06-151-1/+1
* [SPARK-15901][SQL][TEST] Verification of CONVERT_METASTORE_ORC and CONVERT_ME...gatorsmile2016-06-152-32/+83
* [SPARK-15959][SQL] Add the support of hive.metastore.warehouse.dir backYin Huai2016-06-152-25/+79
* [SPARK-15011][SQL] Re-enable 'analyze MetastoreRelations' in hive StatisticsS...Herman van Hovell2016-06-142-5/+10
* [SPARK-15864][SQL] Fix Inconsistent Behaviors when Uncaching Non-cached Tablesgatorsmile2016-06-141-4/+20
* [SPARK-15915][SQL] Logical plans should use canonicalized plan when override ...Takuya UESHIN2016-06-141-1/+1
* [SPARK-15655][SQL] Fix Wrong Partition Column Order when Fetching Partitioned...gatorsmile2016-06-142-1/+33
* [SPARK-15663][SQL] SparkSession.catalog.listFunctions shouldn't include the l...Sandeep Singh2016-06-131-17/+31
* [SPARK-15808][SQL] File Format Checking When Appending Datagatorsmile2016-06-131-0/+72
* [SPARK-15887][SQL] Bring back the hive-site.xml support for Spark 2.0Wenchen Fan2016-06-133-3/+33
* Revert "[SPARK-15753][SQL] Move Analyzer stuff to Analyzer from DataFrameWriter"Wenchen Fan2016-06-121-2/+2
* [SPARK-15840][SQL] Add two missing options in documentation and some option r...hyukjinkwon2016-06-111-9/+3
* [SPARK-15678] Add support to REFRESH data source pathsSameer Agarwal2016-06-101-0/+45
* [SPARK-15654] [SQL] fix non-splitable files for text based file formatsDavies Liu2016-06-102-1/+8
* [MINOR][X][X] Replace all occurrences of None: Option with Option.emptySandeep Singh2016-06-101-5/+5
* [SPARK-15871][SQL] Add `assertNotPartitioned` check in `DataFrameWriter`Liwei Lin2016-06-101-4/+4
* [SPARK-15753][SQL] Move Analyzer stuff to Analyzer from DataFrameWriterLiang-Chi Hsieh2016-06-101-2/+2
* [SPARK-15593][SQL] Add DataFrameWriter.foreach to allow the user consuming da...Shixiong Zhu2016-06-101-1/+3
* [MINOR] Fix Typos 'an -> a'Zheng RuiFeng2016-06-063-3/+3
* [SPARK-15722][SQL] Disallow specifying schema in CTAS statementAndrew Or2016-06-035-58/+18
* [SPARK-15744][SQL] Rename two TungstenAggregation*Suites and update codgen/er...Dongjoon Hyun2016-06-031-6/+6
* [SPARK-15745][SQL] Use classloader's getResource() for reading resource files...Sameer Agarwal2016-06-031-12/+1
* [SPARK-15715][SQL] Fix alter partition with storage information in HiveAndrew Or2016-06-023-10/+47
* [SPARK-15718][SQL] better error message for writing bucketed dataWenchen Fan2016-06-021-4/+15
* [SPARK-15719][SQL] Disables writing Parquet summary files by defaultCheng Lian2016-06-021-13/+16
* [SPARK-15711][SQL] Ban CREATE TEMPORARY TABLE USING AS SELECTSean Zhong2016-06-021-46/+0
* [SPARK-15515][SQL] Error Handling in Running SQL Directly On Filesgatorsmile2016-06-021-2/+46