aboutsummaryrefslogtreecommitdiff
path: root/sql/core
Commit message (Expand)AuthorAgeFilesLines
* [SQL][MINOR] ParserUtils.operationNotAllowed should throw exception directlyWenchen Fan2016-06-231-31/+31
* [SPARK-16123] Avoid NegativeArraySizeException while reserving additional cap...Sameer Agarwal2016-06-234-14/+47
* [SPARK-16165][SQL] Fix the update logic for InMemoryTableScanExec.readBatchesDongjoon Hyun2016-06-242-3/+18
* [SPARK-15443][SQL] Fix 'explain' for streaming DatasetShixiong Zhu2016-06-238-2/+142
* [SPARK-16163] [SQL] Cache the statistics for logical plansDavies Liu2016-06-232-48/+20
* [SPARK-16116][SQL] ConsoleSink should not require checkpointLocationShixiong Zhu2016-06-232-0/+18
* [SQL][MINOR] Fix minor formatting issues in SHOW CREATE TABLE outputCheng Lian2016-06-221-2/+2
* [SPARK-15230][SQL] distinct() does not handle column name with dot properlybomeng2016-06-232-1/+12
* [SPARK-16159][SQL] Move RDD creation logic from FileSourceStrategy.applyReynold Xin2016-06-222-112/+154
* [SPARK-16024][SQL][TEST] Verify Column Comment for Data Source Tablesgatorsmile2016-06-232-3/+20
* [SPARK-16097][SQL] Encoders.tuple should handle null object correctlyWenchen Fan2016-06-221-0/+7
* [SPARK-16121] ListingFileCatalog does not list in parallel anymoreYin Huai2016-06-223-9/+101
* [SPARK-15644][MLLIB][SQL] Replace SQLContext with SparkSession in MLlibgatorsmile2016-06-211-1/+1
* [SPARK-16104] [SQL] Do not creaate CSV writer object for every flush when wri...hyukjinkwon2016-06-212-11/+10
* [SPARK-16002][SQL] Sleep when no new data arrives to avoid 100% CPU usageShixiong Zhu2016-06-216-4/+27
* [SPARK-16084][SQL] Minor comments update for "DESCRIBE" tablebomeng2016-06-211-3/+3
* [SPARK-16044][SQL] input_file_name() returns empty strings in data sources ba...hyukjinkwon2016-06-201-2/+32
* [SPARK-16056][SPARK-16057][SPARK-16058][SQL] Fix Multiple Bugs in Column Part...gatorsmile2016-06-202-15/+98
* [SPARK-13792][SQL] Limit logging of bad records in CSV data sourceReynold Xin2016-06-204-15/+40
* [SPARK-16061][SQL][MINOR] The property "spark.streaming.stateStore.maintenanc...Kousuke Saruta2016-06-201-1/+1
* [SPARK-15982][SPARK-16009][SPARK-16007][SQL] Harmonize the behavior of DataFr...Tathagata Das2016-06-203-56/+420
* [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-204-12/+326
* [SPARK-16036][SPARK-16037][SPARK-16034][SQL] Follow up code clean up and impr...Yin Huai2016-06-195-28/+40
* [SPARK-16031] Add debug-only socket source in Structured StreamingMatei Zaharia2016-06-199-0/+293
* [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-183-43/+67
* [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-171-3/+9
* [SPARK-15916][SQL] JDBC filter push down should respect operator precedencehyukjinkwon2016-06-172-2/+28
* 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-15822] [SQL] Prevent byte array backed classes from referencing freed ...Pete Robbins2016-06-161-7/+1
* [SPARK-15991] SparkContext.hadoopConfiguration should be always the base of h...Yin Huai2016-06-164-15/+25
* [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-161-1/+1
* [SQL] Minor HashAggregateExec string output fixesCheng Lian2016-06-161-5/+5
* [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-164-42/+58
* [SPARK-12922][SPARKR][WIP] Implement gapply() on DataFrame in SparkRNarine Kokhlikyan2016-06-155-13/+141
* [SPARK-15824][SQL] Execute WITH .... INSERT ... statements immediatelyHerman van Hovell2016-06-152-1/+26
* [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-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-151-2/+27
* [SPARK-15953][WIP][STREAMING] Renamed ContinuousQuery to StreamingQueryTathagata Das2016-06-1526-154/+152