aboutsummaryrefslogtreecommitdiff
path: root/sql/core
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-17860][SQL] SHOW COLUMN's database conflict check should respect case ...Dilip Biswal2016-10-207-21/+316
* [SPARK-17796][SQL] Support wildcard character in filename for LOAD DATA LOCAL...Dongjoon Hyun2016-10-201-1/+22
* [SPARK-17991][SQL] Enable metastore partition pruning by default.Eric Liang2016-10-191-1/+1
* [SPARK-18012][SQL] Simplify WriterContainerReynold Xin2016-10-194-521/+492
* [SPARK-17989][SQL] Check ascendingOrder type in sort_array function rather th...hyukjinkwon2016-10-192-3/+24
* [SPARK-17873][SQL] ALTER TABLE RENAME TO should allow users to specify databa...Wenchen Fan2016-10-184-25/+56
* [SPARK-17980][SQL] Fix refreshByPath for converted Hive tablesEric Liang2016-10-193-7/+19
* [SPARK-17731][SQL][STREAMING][FOLLOWUP] Refactored StreamingQueryListener APIsTathagata Das2016-10-186-30/+32
* [SPARK-17955][SQL] Make DataFrameReader.jdbc call DataFrameReader.format("jdb...hyukjinkwon2016-10-182-6/+6
* [SPARK-17974] try 2) Refactor FileCatalog classes to simplify the inheritance...Eric Liang2016-10-1812-353/+303
* [SPARK-17388] [SQL] Support for inferring type date/timestamp/decimal for par...hyukjinkwon2016-10-182-4/+59
* [SQL][STREAMING][TEST] Follow up to remove Option.contains for Scala 2.10 com...Tathagata Das2016-10-181-1/+3
* [SQL][STREAMING][TEST] Fix flaky tests in StreamingQueryListenerSuiteLiwei Lin2016-10-183-12/+38
* Revert "[SPARK-17974] Refactor FileCatalog classes to simplify the inheritanc...Reynold Xin2016-10-1712-302/+353
* [SPARK-17974] Refactor FileCatalog classes to simplify the inheritance treeEric Liang2016-10-1712-353/+302
* [SPARK-17620][SQL] Determine Serde by hive.default.fileformat when Creating H...Dilip Biswal2016-10-171-3/+1
* [SPARK-17751][SQL] Remove spark.sql.eagerAnalysis and Output the Plan if Exis...gatorsmile2016-10-173-19/+3
* [SPARK-17839][CORE] Use Nio's directbuffer instead of BufferedInputStream in ...Sital Kedia2016-10-171-1/+2
* [SPARK-17947][SQL] Add Doc and Comment about spark.sql.debuggatorsmile2016-10-171-0/+3
* [SPARK-17953][DOCUMENTATION] Fix typo in SparkSession scaladocJun Kim2016-10-151-1/+1
* [SPARK-16980][SQL] Load only catalog table partition metadata required to ans...Michael Allman2016-10-1423-258/+561
* [SPARK-17946][PYSPARK] Python crossJoin API similar to ScalaSrinath Shankar2016-10-141-1/+1
* [SPARK-17900][SQL] Graduate a list of Spark SQL APIs to stableReynold Xin2016-10-149-62/+51
* [SPARK-11775][PYSPARK][SQL] Allow PySpark to register Java UDFJeff Zhang2016-10-143-2/+124
* [SPARK-16063][SQL] Add storageLevel to DatasetNick Pentreath2016-10-142-10/+38
* [SPARK-17863][SQL] should not add column into DistinctDavies Liu2016-10-141-0/+24
* Revert "[SPARK-17620][SQL] Determine Serde by hive.default.fileformat when Cr...Yin Huai2016-10-141-1/+3
* [SPARK-17620][SQL] Determine Serde by hive.default.fileformat when Creating H...Dilip Biswal2016-10-141-3/+1
* [TEST] Ignore flaky test in StreamingQueryListenerSuiteTathagata Das2016-10-141-1/+1
* Typo: form -> fromAndrew Ash2016-10-141-1/+1
* [SPARK-17073][SQL][FOLLOWUP] generate column-level statisticswangzhenhua2016-10-142-25/+31
* [SPARK-17925][SQL] Break fileSourceInterfaces.scala into multiple piecesReynold Xin2016-10-145-284/+359
* [SPARK-17927][SQL] Remove dead code in WriterContainer.Reynold Xin2016-10-141-11/+0
* [SPARK-17661][SQL] Consolidate various listLeafFiles implementationspetermaxlee2016-10-134-224/+206
* [SPARK-17731][SQL][STREAMING] Metrics for structured streamingTathagata Das2016-10-1323-273/+1410
* [SPARK-17827][SQL] maxColLength type should be Int for String and BinaryPete Robbins2016-10-131-4/+4
* [SPARK-17830][SQL] Annotate remaining SQL APIs with InterfaceStabilityReynold Xin2016-10-1335-122/+150
* [SPARK-17899][SQL] add a debug mode to keep raw table properties in HiveExter...Wenchen Fan2016-10-132-10/+19
* [SPARK-17866][SPARK-17867][SQL] Fix Dataset.dropduplicatesLiang-Chi Hsieh2016-10-132-4/+29
* [SPARK-17876] Write StructuredStreaming WAL to a stream instead of materializ...Burak Yavuz2016-10-123-27/+38
* [SPARK-17845] [SQL] More self-evident window function frame boundary APIReynold Xin2016-10-123-21/+76
* [SPARK-17675][CORE] Expand Blacklist for TaskSetsImran Rashid2016-10-121-1/+2
* [SPARK-17850][CORE] Add a flag to ignore corrupt filesShixiong Zhu2016-10-123-2/+73
* [SPARK-17720][SQL] introduce static SQL confWenchen Fan2016-10-117-26/+79
* [SPARK-17338][SQL][FOLLOW-UP] add global temp viewWenchen Fan2016-10-113-10/+10
* [SPARK-17844] Simplify DataFrame API for defining frame boundaries in window ...Reynold Xin2016-10-104-10/+62
* [SPARK-17719][SPARK-17776][SQL] Unify and tie up options in a single place in...hyukjinkwon2016-10-109-128/+155
* [SPARK-16896][SQL] Handle duplicated field names in header consistently with ...hyukjinkwon2016-10-113-11/+74
* [SPARK-17738][TEST] Fix flaky test in ColumnTypeSuiteDavies Liu2016-10-101-3/+4
* [SPARK-17830] Annotate spark.sql package with InterfaceStabilityReynold Xin2016-10-1019-22/+107