aboutsummaryrefslogtreecommitdiff
path: root/sql/core
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-18125][SQL] Fix a compilation error in codegen due to splitExpressionLiang-Chi Hsieh2016-11-071-0/+37
* [SPARK-18296][SQL] Use consistent naming for expression test suitesReynold Xin2016-11-061-3/+3
* [SPARK-18173][SQL] data source tables should support truncating partitionWenchen Fan2016-11-062-13/+52
* [SPARK-18269][SQL] CSV datasource should read null properly when schema is la...hyukjinkwon2016-11-064-45/+81
* [SPARK-17854][SQL] rand/randn allows null/long as input seedhyukjinkwon2016-11-062-0/+101
* [MINOR][DOCUMENTATION] Fix some minor descriptions in functions consistently ...hyukjinkwon2016-11-051-12/+18
* [SPARK-17849][SQL] Fix NPE problem when using grouping setswangyang2016-11-052-0/+59
* [SPARK-18192][MINOR][FOLLOWUP] Missed json test in FileStreamSinkSuitehyukjinkwon2016-11-051-1/+1
* [SPARK-17183][SPARK-17983][SPARK-18101][SQL] put hive serde table schema to t...Wenchen Fan2016-11-055-12/+17
* [SPARK-18189] [SQL] [Followup] Move test from ReplSuite to prevent java.lang....Reynold Xin2016-11-041-0/+12
* [SPARK-17337][SQL] Do not pushdown predicates through filters with predicate...Herman van Hovell2016-11-041-4/+20
* [SPARK-18259][SQL] Do not capture Throwable in QueryExecutionHerman van Hovell2016-11-032-1/+51
* [SPARK-18257][SS] Improve error reporting for FileStressSuiteReynold Xin2016-11-031-15/+18
* [SPARK-18244][SQL] Rename partitionProviderIsHive -> tracksPartitionsInCatalogReynold Xin2016-11-037-14/+11
* [SPARK-17949][SQL] A JVM object based aggregate operatorCheng Lian2016-11-037-11/+777
* [SPARK-17981][SPARK-17957][SQL] Fix Incorrect Nullability Setting to False in...gatorsmile2016-11-032-3/+79
* [SPARK-18219] Move commit protocol API (internal) from sql/core to core moduleReynold Xin2016-11-037-267/+90
* [SPARK-17122][SQL] support drop current databaseDaoyuan Wang2016-11-031-4/+5
* [SPARK-17963][SQL][DOCUMENTATION] Add examples (extend) in each expression an...hyukjinkwon2016-11-023-20/+31
* [SPARK-17470][SQL] unify path for data source table and locationUri for hive ...Wenchen Fan2016-11-0210-211/+306
* [SPARK-18214][SQL] Simplify RuntimeReplaceable type coercionReynold Xin2016-11-025-101/+155
* [SPARK-14393][SQL] values generated by non-deterministic functions shouldn't ...Xiangrui Meng2016-11-0213-24/+90
* [SPARK-17895] Improve doc for rangeBetween and rowsBetweenbuzhihuojie2016-11-022-0/+110
* [SPARK-16839][SQL] Simplify Struct creation code patheyal farago2016-11-023-3/+6
* [SPARK-18076][CORE][SQL] Fix default Locale used in DateFormat, NumberFormat ...Sean Owen2016-11-027-21/+23
* [SPARK-18144][SQL] logging StreamingQueryListener$QueryStartedEventCodingCat2016-11-012-2/+15
* [SPARK-18192] Support all file formats in structured streamingReynold Xin2016-11-012-38/+32
* [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