aboutsummaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-16050][TESTS] Remove the flaky test: ConsoleSinkSuiteShixiong Zhu2016-06-201-99/+0
* [SPARK-16030][SQL] Allow specifying static partitions when inserting to data ...Yin Huai2016-06-209-25/+436
* [SPARK-16036][SPARK-16037][SPARK-16034][SQL] Follow up code clean up and impr...Yin Huai2016-06-1910-61/+98
* [SPARK-16031] Add debug-only socket source in Structured StreamingMatei Zaharia2016-06-199-0/+293
* [SPARK-15613] [SQL] Fix incorrect days to millis conversion due to Daylight S...Davies Liu2016-06-194-4/+129
* [SPARK-16034][SQL] Checks the partition columns when calling dataFrame.write....Sean Zhong2016-06-183-22/+50
* [SPARK-16036][SPARK-16037][SQL] fix various table insertion problemsWenchen Fan2016-06-1812-185/+104
* [SPARK-16023][SQL] Move InMemoryRelation to its own fileAndrew Or2016-06-172-185/+211
* [SPARK-16020][SQL] Fix complete mode aggregation with console sinkShixiong Zhu2016-06-173-1/+105
* [SPARK-15159][SPARKR] SparkR SparkSession APIFelix Cheung2016-06-171-12/+64
* [SPARK-16033][SQL] insertInto() can't be used together with partitionBy()Cheng Lian2016-06-172-3/+46
* [SPARK-15916][SQL] JDBC filter push down should respect operator precedencehyukjinkwon2016-06-172-2/+28
* [SPARK-16014][SQL] Rename optimizer rules to be more consistentReynold Xin2016-06-176-22/+19
* Remove non-obvious conf settings from TPCDS benchmarkSameer Agarwal2016-06-171-2/+0
* [SPARK-15811][SQL] fix the Python UDF in Scala 2.10Davies Liu2016-06-171-1/+1
* [SPARK-15706][SQL] Fix Wrong Answer when using IF NOT EXISTS in INSERT OVERWR...gatorsmile2016-06-165-5/+85
* [SPARK-15822] [SQL] Prevent byte array backed classes from referencing freed ...Pete Robbins2016-06-162-7/+17
* [SPARK-15991] SparkContext.hadoopConfiguration should be always the base of h...Yin Huai2016-06-165-17/+28
* [SPARK-15749][SQL] make the error message more meaningfulHuaxin Gao2016-06-162-3/+4
* [MINOR][DOCS][SQL] Fix some comments about types(TypeCoercion,Partition) and ...Dongjoon Hyun2016-06-164-5/+5
* [SPARK-15998][SQL] Verification of SQLConf HIVE_METASTORE_PARTITION_PRUNINGgatorsmile2016-06-161-3/+57
* [SQL] Minor HashAggregateExec string output fixesCheng Lian2016-06-161-5/+5
* [SPARK-15978][SQL] improve 'show tables' command related codesbomeng2016-06-162-2/+2
* [SPARK-15977][SQL] Fix TRUNCATE TABLE for Spark specific datasource tablesHerman van Hovell2016-06-162-11/+21
* [SPARK-15983][SQL] Removes FileFormat.prepareReadCheng Lian2016-06-162-15/+1
* [SPARK-15862][SQL] Better Error Message When Having Database Name in CACHE TA...gatorsmile2016-06-167-64/+121
* [SPARK-12922][SPARKR][WIP] Implement gapply() on DataFrame in SparkRNarine Kokhlikyan2016-06-156-13/+190
* [SPARK-15824][SQL] Execute WITH .... INSERT ... statements immediatelyHerman van Hovell2016-06-153-2/+27
* [SPARK-13498][SQL] Increment the recordsRead input metric for JDBC data sourceWayne Song2016-06-151-0/+2
* [SPARK-15979][SQL] Rename various Parquet support classes.Reynold Xin2016-06-1513-118/+119
* [SPARK-12492][SQL] Add missing SQLExecution.withNewExecutionId for hiveResult...KaiXinXiaoLei2016-06-151-14/+17
* [SPARK-15776][SQL] Divide Expression inside Aggregation function is casted to...Sean Zhong2016-06-157-19/+86
* [SPARK-15934] [SQL] Return binary mode in ThriftServerEgor Pakhomov2016-06-153-14/+47
* [SPARK-15901][SQL][TEST] Verification of CONVERT_METASTORE_ORC and CONVERT_ME...gatorsmile2016-06-152-32/+83
* [SPARK-15888] [SQL] fix Python UDF with aggregateDavies Liu2016-06-153-10/+68
* [SPARK-15959][SQL] Add the support of hive.metastore.warehouse.dir backYin Huai2016-06-153-27/+106
* [SPARK-15953][WIP][STREAMING] Renamed ContinuousQuery to StreamingQueryTathagata Das2016-06-1526-154/+152
* [SPARK-15960][SQL] Rename `spark.sql.enableFallBackToHdfsForStats` configHerman van Hovell2016-06-151-1/+1
* [SPARK-15952][SQL] fix "show databases" ordering issuebomeng2016-06-143-6/+6
* [SPARK-15011][SQL] Re-enable 'analyze MetastoreRelations' in hive StatisticsS...Herman van Hovell2016-06-142-5/+10
* [SPARK-15933][SQL][STREAMING] Refactored DF reader-writer to use readStream a...Tathagata Das2016-06-1418-590/+1109
* [SPARK-15247][SQL] Set the default number of partitions for reading parquet s...Takeshi YAMAMURO2016-06-141-1/+6
* [SPARK-15895][SQL] Filters out metadata files while doing partition discoveryCheng Lian2016-06-143-6/+60
* [SPARK-15864][SQL] Fix Inconsistent Behaviors when Uncaching Non-cached Tablesgatorsmile2016-06-148-31/+30
* [SPARK-15915][SQL] Logical plans should use canonicalized plan when override ...Takuya UESHIN2016-06-145-11/+28
* [SPARK-15655][SQL] Fix Wrong Partition Column Order when Fetching Partitioned...gatorsmile2016-06-142-1/+33
* [MINOR] Clean up several build warnings, mostly due to internal use of old ac...Sean Owen2016-06-142-121/+18
* [SPARK-15914][SQL] Add deprecated method back to SQLContext for backward sour...Sean Zhong2016-06-141-0/+284
* doc fix of HiveThriftServerJeff Zhang2016-06-143-4/+4
* [SPARK-15932][SQL][DOC] document the contract of encoder serializer expressionsWenchen Fan2016-06-131-0/+9