aboutsummaryrefslogtreecommitdiff
path: root/sql/core
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-16963][STREAMING][SQL] Changes to Source trait and related implementat...frreiss2016-10-266-36/+154
* [SPARK-18094][SQL][TESTS] Move group analytics test cases from `SQLQuerySuite...jiangxingbo2016-10-263-192/+290
* [SPARK-13747][SQL] Fix concurrent executions in ForkJoinPool for SQLShixiong Zhu2016-10-262-2/+3
* [SPARK-18093][SQL] Fix default value test in SQLConfSuite to work rega…Mark Grover2016-10-261-2/+5
* [SPARK-17733][SQL] InferFiltersFromConstraints rule never terminates for queryjiangxingbo2016-10-261-4/+1
* [SPARK-18022][SQL] java.lang.NullPointerException instead of real exception w...Sean Owen2016-10-261-1/+1
* [SPARK-17693][SQL] Fixed Insert Failure To Data Source Tables when the Schema...gatorsmile2016-10-262-2/+50
* [SPARK-18070][SQL] binary operator should not consider nullability when compa...Wenchen Fan2016-10-251-0/+9
* [SPARK-18026][SQL] should not always lowercase partition columns of partition...Wenchen Fan2016-10-254-24/+123
* [SPARK-17409][SQL][FOLLOW-UP] Do Not Optimize Query in CTAS More Than Oncegatorsmile2016-10-252-1/+19
* [SPARK-18028][SQL] simplify TableFileCatalogWenchen Fan2016-10-251-26/+28
* [SPARK-17624][SQL][STREAMING][TEST] Fixed flaky StateStoreSuite.maintenanceTathagata Das2016-10-243-28/+57
* [SPARK-17810][SQL] Default spark.sql.warehouse.dir is relative to local FS bu...Sean Owen2016-10-243-17/+15
* [SPARK-18045][SQL][TESTS] Move `HiveDataFrameAnalyticsSuite` to package `sql`jiangxingbo2016-10-232-0/+100
* [SPARK-18038][SQL] Move output partitioning definition from UnaryNodeExec to ...Tejas Patil2016-10-2313-10/+66
* [SPARK-18035][SQL] Introduce performant and memory efficient APIs to create A...Tejas Patil2016-10-221-5/+5
* [SPARK-17123][SQL] Use type-widened encoder for DataFrame rather than existin...hyukjinkwon2016-10-222-4/+30
* [SPARK-17994][SQL] Add back a file status cache for catalog tablesEric Liang2016-10-225-78/+251
* [SPARK-16606][MINOR] Tiny follow-up to , to correct more instances of the sam...Sean Owen2016-10-211-2/+2
* [SPARK-18042][SQL] OutputWriter should expose file path writtenReynold Xin2016-10-217-23/+63
* [SPARK-18044][STREAMING] FileStreamSource should not infer partitions in ever...Wenchen Fan2016-10-213-9/+21
* [SPARK-17926][SQL][STREAMING] Added json for statusesTathagata Das2016-10-214-19/+182
* [SPARK-17331][FOLLOWUP][ML][CORE] Avoid allocating 0-length arraysZheng RuiFeng2016-10-211-1/+1
* [SPARK-18029][SQL] PruneFileSourcePartitions should not change the output of ...Wenchen Fan2016-10-211-1/+3
* [SPARK-18030][TESTS] Adds more checks to collect more info about FileStreamSo...Shixiong Zhu2016-10-201-1/+3
* [SPARK-18021][SQL] Refactor file name specification for data sourcesReynold Xin2016-10-207-99/+69
* [SPARK-15780][SQL] Support mapValues on KeyValueGroupedDatasetKoert Kuipers2016-10-202-0/+53
* [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