aboutsummaryrefslogtreecommitdiff
path: root/sql/core/src/main
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-18124] Observed delay based Event Time WatermarksMichael Armbrust2016-11-1412-101/+296
* [SPARK-18416][STRUCTURED STREAMING] Fixed temp file leak in state storeTathagata Das2016-11-141-5/+5
* [SPARK-17982][SQL] SQLBuilder should wrap the generated SQL with parenthesis ...Dongjoon Hyun2016-11-111-1/+6
* [SPARK-18185] Fix all forms of INSERT / OVERWRITE TABLE for Datasource tablesEric Liang2016-11-107-49/+170
* [SPARK-17990][SPARK-18302][SQL] correct several partition related behaviours ...Wenchen Fan2016-11-107-98/+19
* [SPARK-17993][SQL] Fix Parquet log output redirectionMichael Allman2016-11-102-46/+84
* [SPARK-17829][SQL] Stable format for offset logTyson Condie2016-11-0916-90/+219
* [SPARK-18370][SQL] Add table information to InsertIntoHadoopFsRelationCommandHerman van Hovell2016-11-093-5/+8
* [SPARK-17659][SQL] Partitioned View is Not Supported By SHOW CREATE TABLEgatorsmile2016-11-091-1/+1
* [SPARK-18333][SQL] Revert hacks in parquet and orc reader to support case ins...Eric Liang2016-11-091-5/+1
* [SPARK-18342] Make rename failures fatal in HDFSBackedStateStoreBurak Yavuz2016-11-081-2/+4
* [SPARK-18191][CORE] Port RDD API to use commit protocoljiangxingbo2016-11-081-2/+2
* [SPARK-18346][SQL] TRUNCATE TABLE should fail if no partition is matched for ...Wenchen Fan2016-11-081-12/+21
* [SPARK-18217][SQL] Disallow creating permanent views based on temporary views...gatorsmile2016-11-071-3/+35
* [SPARK-18261][STRUCTURED STREAMING] Add statistics to MemorySink for joiningLiwei Lin2016-11-071-1/+5
* [SPARK-18086] Add support for Hive session vars.Ryan Blue2016-11-072-4/+12
* [SPARK-18173][SQL] data source tables should support truncating partitionWenchen Fan2016-11-061-5/+11
* [SPARK-18269][SQL] CSV datasource should read null properly when schema is la...hyukjinkwon2016-11-062-4/+14
* [MINOR][DOCUMENTATION] Fix some minor descriptions in functions consistently ...hyukjinkwon2016-11-051-12/+18
* [SPARK-17183][SPARK-17983][SPARK-18101][SQL] put hive serde table schema to t...Wenchen Fan2016-11-055-12/+17
* [SPARK-18259][SQL] Do not capture Throwable in QueryExecutionHerman van Hovell2016-11-031-1/+1
* [SPARK-18244][SQL] Rename partitionProviderIsHive -> tracksPartitionsInCatalogReynold Xin2016-11-036-13/+10
* [SPARK-17949][SQL] A JVM object based aggregate operatorCheng Lian2016-11-035-8/+633
* [SPARK-17981][SPARK-17957][SQL] Fix Incorrect Nullability Setting to False in...gatorsmile2016-11-031-1/+7
* [SPARK-18219] Move commit protocol API (internal) from sql/core to core moduleReynold Xin2016-11-037-267/+90
* [SPARK-17963][SQL][DOCUMENTATION] Add examples (extend) in each expression an...hyukjinkwon2016-11-021-9/+13
* [SPARK-17470][SQL] unify path for data source table and locationUri for hive ...Wenchen Fan2016-11-028-210/+170
* [SPARK-14393][SQL] values generated by non-deterministic functions shouldn't ...Xiangrui Meng2016-11-0212-24/+38
* [SPARK-17895] Improve doc for rangeBetween and rowsBetweenbuzhihuojie2016-11-022-0/+110
* [SPARK-16839][SQL] Simplify Struct creation code patheyal farago2016-11-022-2/+5
* [SPARK-18076][CORE][SQL] Fix default Locale used in DateFormat, NumberFormat ...Sean Owen2016-11-024-7/+8
* [SPARK-18144][SQL] logging StreamingQueryListener$QueryStartedEventCodingCat2016-11-011-1/+9
* [SPARK-18192] Support all file formats in structured streamingReynold Xin2016-11-011-5/+3
* [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-011-0/+5
* [SPARK-18216][SQL] Make Column.expr publicReynold Xin2016-11-011-1/+4
* [SPARK-18025] Use commit protocol API in structured streamingReynold Xin2016-11-019-370/+173
* [SPARK-17764][SQL] Add `to_json` supporting to convert nested struct column t...hyukjinkwon2016-11-014-201/+45
* [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-012-5/+2
* [SPARK-16839][SQL] redundant aliases after cleanupAliaseseyal farago2016-11-012-2/+5
* [SPARK-17996][SQL] Fix unqualified catalog.getFunction(...)Herman van Hovell2016-11-012-5/+6
* [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-17972][SQL] Add Dataset.checkpoint() to truncate large query plansCheng Lian2016-10-313-12/+89
* [SPARK-18106][SQL] ANALYZE TABLE should raise a ParseException for invalid op...Dongjoon Hyun2016-10-301-3/+7
* [SPARK-18103][SQL] Rename *FileCatalog to *FileIndexEric Liang2016-10-3011-43/+43
* [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-281-5/+2