aboutsummaryrefslogtreecommitdiff
path: root/sql/core
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* [HOT-FIX][SQL][TESTS] Remove unused function in `SparkSqlParserSuite`jiangxingbo2016-10-101-10/+0
* [SPARK-17338][SQL] add global temp viewWenchen Fan2016-10-1014-155/+437
* [SPARK-17741][SQL] Grammar to parse top level and nested data fields separatelyjiangxingbo2016-10-093-7/+151
* [HOTFIX][BUILD] Do not use contains in Option in JdbcRelationProviderhyukjinkwon2016-10-071-1/+1
* [SPARK-17806] [SQL] fix bug in join key rewritten in HashJoinDavies Liu2016-10-072-33/+79
* [SPARK-17761][SQL] Remove MutableRowHerman van Hovell2016-10-0739-186/+187
* [SPARK-15621][SQL] Support spilling for Python UDFDavies Liu2016-10-073-7/+436
* [SPARK-16411][SQL][STREAMING] Add textFile to Structured Streaming.Prashant Sharma2016-10-072-1/+50
* [SPARK-14525][SQL][FOLLOWUP] Clean up JdbcRelationProviderhyukjinkwon2016-10-074-52/+74
* [SPARK-16960][SQL] Deprecate approxCountDistinct, toDegrees and toRadians acc...hyukjinkwon2016-10-073-24/+81
* [SPARK-17780][SQL] Report Throwable to user in StreamExecutionShixiong Zhu2016-10-063-4/+37
* [SPARK-17798][SQL] Remove redundant Experimental annotations in sql.streamingReynold Xin2016-10-063-60/+1
* [SPARK-17346][SQL][TEST-MAVEN] Generate the sql test jar to fix the maven buildShixiong Zhu2016-10-051-0/+27
* [SPARK-17346][SQL] Add Kafka source for Structured StreamingShixiong Zhu2016-10-052-11/+37
* [SPARK-17328][SQL] Fix NPE with EXPLAIN DESCRIBE TABLEDongjoon Hyun2016-10-054-17/+67
* [SPARK-17258][SQL] Parse scientific decimal literals as decimalsHerman van Hovell2016-10-043-12/+22
* [SPARK-17549][SQL] Only collect table size stat in driver for cached relation.Marcelo Vanzin2016-10-042-18/+20
* [SPARK-16962][CORE][SQL] Fix misaligned record accesses for SPARC architecturessumansomasundar2016-10-041-1/+10
* [SPARK-17702][SQL] Code generation including too many mutable states exceeds ...Takuya UESHIN2016-10-031-1/+3
* [SPARK-17073][SQL] generate column-level statisticsZhenhua Wang2016-10-038-77/+724
* [SPARK-14914][CORE][SQL] Skip/fix some test cases on Windows due to limitatio...Tao LI2016-10-021-1/+2
* [SPARK-17717][SQL] Add Exist/find methods to Catalog [FOLLOW-UP]Herman van Hovell2016-10-013-82/+67
* [SPARK-17740] Spark tests should mock / interpose HDFS to ensure that streams...Eric Liang2016-09-303-4/+19