aboutsummaryrefslogtreecommitdiff
path: root/sql/core
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-18183][SPARK-18184] Fix INSERT [INTO|OVERWRITE] TABLE ... PARTITION fo...Eric Liang2016-11-024-11/+34
* [SPARK-17475][STREAMING] Delete CRC files if the filesystem doesn't use check...frreiss2016-11-012-0/+11
* [SPARK-18216][SQL] Make Column.expr publicReynold Xin2016-11-011-1/+4
* [SPARK-18025] Use commit protocol API in structured streamingReynold Xin2016-11-0110-475/+174
* [SPARK-17764][SQL] Add `to_json` supporting to convert nested struct column t...hyukjinkwon2016-11-015-207/+69
* [SPARK-18148][SQL] Misleading Error Message for Aggregation Without Window/Gr...jiangxingbo2016-11-013-64/+128
* [SPARK-18189][SQL] Fix serialization issue in KeyValueGroupedDatasetErgin Seyfe2016-11-011-1/+1
* [SPARK-18103][FOLLOW-UP][SQL][MINOR] Rename `MetadataLogFileCatalog` to `Meta...Liwei Lin2016-11-011-0/+0
* Revert "[SPARK-16839][SQL] redundant aliases after cleanupAliases"Herman van Hovell2016-11-014-8/+5
* [SPARK-16839][SQL] redundant aliases after cleanupAliaseseyal farago2016-11-014-5/+8
* [SPARK-17996][SQL] Fix unqualified catalog.getFunction(...)Herman van Hovell2016-11-013-8/+18
* [SPARK-18111][SQL] Wrong ApproximatePercentile answer when multiple records h...wangzhenhua2016-11-011-0/+11
* [SPARK-18024][SQL] Introduce an internal commit protocol APIReynold Xin2016-10-319-198/+356
* [SPARK-18087][SQL] Optimize insert to not require REPAIR TABLEEric Liang2016-10-315-21/+52
* [SPARK-18030][TESTS] Fix flaky FileStreamSourceSuite by not deleting the filesShixiong Zhu2016-10-311-10/+0
* [SPARK-17972][SQL] Add Dataset.checkpoint() to truncate large query plansCheng Lian2016-10-314-12/+157
* [SPARK-18143][SQL] Ignore Structured Streaming event logs to avoid breaking h...Shixiong Zhu2016-10-313-0/+50
* [SPARK-18106][SQL] ANALYZE TABLE should raise a ParseException for invalid op...Dongjoon Hyun2016-10-302-5/+23
* [SPARK-18103][SQL] Rename *FileCatalog to *FileIndexEric Liang2016-10-3016-67/+67
* [SPARK-18146][SQL] Avoid using Union to chain together create table and repai...Eric Liang2016-10-301-7/+5
* [SPARK-18164][SQL] ForeachSink should fail the Spark job if `process` throws ...Shixiong Zhu2016-10-282-10/+16
* [SPARK-17970][SQL] store partition spec in metastore for data source tableEric Liang2016-10-2715-211/+229
* [SPARK-16963][SQL] Fix test "StreamExecution metadata garbage collection"Shixiong Zhu2016-10-271-1/+1
* [SPARK-17219][ML] enhanced NaN value handling in BucketizerVinceShieh2016-10-271-0/+4
* [SQL][DOC] updating doc for JSON source to link to jsonlines.orgFelix Cheung2016-10-263-8/+12
* [SPARK-18009][SQL] Fix ClassCastException while calling toLocalIterator() on ...Dilip Biswal2016-10-272-0/+9
* [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