aboutsummaryrefslogtreecommitdiff
path: root/sql/core/src/test
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-13794][SQL] Rename DataFrameWriter.stream() DataFrameWriter.startStream()Reynold Xin2016-03-091-11/+11
* [SPARK-13766][SQL] Consistent file extensions for files written by internal d...hyukjinkwon2016-03-093-6/+6
* [SPARK-13747][SQL] Fix concurrent query with fork-join poolAndrew Or2016-03-091-0/+14
* [SPARK-13523] [SQL] Reuse exchanges in a queryDavies Liu2016-03-093-7/+152
* Revert "[SPARK-13668][SQL] Reorder filter/join predicates to short-circuit is...Davies Liu2016-03-091-103/+0
* [SPARK-13702][CORE][SQL][MLLIB] Use diamond operator for generic instance cre...Dongjoon Hyun2016-03-092-2/+2
* [SPARK-13692][CORE][SQL] Fix trivial Coverity/Checkstyle defectsDongjoon Hyun2016-03-091-1/+7
* [SPARK-7286][SQL] Deprecate !== in favour of =!=Jakob Odersky2016-03-083-10/+10
* [SPARK-13754] Keep old data source name for backwards compatibilityHossein2016-03-081-0/+10
* [SPARK-13750][SQL] fix sizeInBytes of HadoopFsRelationDavies Liu2016-03-081-0/+42
* [SPARK-13668][SQL] Reorder filter/join predicates to short-circuit isNotNull ...Sameer Agarwal2016-03-081-0/+103
* [SPARK-13738][SQL] Cleanup Data Source resolutionMichael Armbrust2016-03-082-20/+22
* [SPARK-13665][SQL] Separate the concerns of HadoopFsRelationMichael Armbrust2016-03-079-89/+25
* [SPARK-13442][SQL] Make type inference recognize boolean typeshyukjinkwon2016-03-073-0/+29
* [SPARK-13495][SQL] Add Null Filters in the query plan for Filters/Joins based...Sameer Agarwal2016-03-072-5/+3
* [SPARK-13255] [SQL] Update vectorized reader to directly return ColumnarBatch...Nong Li2016-03-042-22/+59
* [SPARK-12941][SQL][MASTER] Spark-SQL JDBC Oracle dialect fails to map string ...thomastechs2016-03-031-0/+6
* [SPARK-13415][SQL] Visualize subquery in SQL web UIDavies Liu2016-03-033-16/+9
* [SPARK-13584][SQL][TESTS] Make ContinuousQueryManagerSuite not output logs to...Shixiong Zhu2016-03-034-9/+21
* [SPARK-13632][SQL] Move commands.scala to command packageAndrew Or2016-03-031-1/+1
* [MINOR] Fix typos in comments and testcase name of codeDongjoon Hyun2016-03-031-1/+1
* [SPARK-13543][SQL] Support for specifying compression codec for Parquet/ORC v...hyukjinkwon2016-03-033-10/+137
* [SPARK-13583][CORE][STREAMING] Remove unused imports and add checkstyle ruleDongjoon Hyun2016-03-039-11/+4
* [SPARK-13423][WIP][CORE][SQL][STREAMING] Static analysis fixes for 2.xSean Owen2016-03-034-29/+25
* [SPARK-13466] [SQL] Remove projects that become redundant after column prunin...Liang-Chi Hsieh2016-03-031-4/+4
* [SPARK-13528][SQL] Make the short names of compression codecs consistent in P...Takeshi YAMAMURO2016-03-021-11/+14
* [SPARK-13574] [SQL] Add benchmark to measure string dictionary decode.Nong Li2016-03-021-18/+52
* [SPARK-13609] [SQL] Support Column Pruning for MapPartitionsgatorsmile2016-03-021-1/+10
* [SPARK-13167][SQL] Include rows with null values for partition column when re...sureshthalamati2016-03-011-0/+38
* [SPARK-13598] [SQL] remove LeftSemiJoinBNLDavies Liu2016-03-012-12/+2
* [SPARK-13582] [SQL] defer dictionary decoding in parquet readerDavies Liu2016-03-013-5/+5
* [SPARK-13511] [SQL] Add wholestage codegen for limitLiang-Chi Hsieh2016-03-011-0/+14
* [SPARK-13123][SQL] Implement whole state codegen for sortSameer Agarwal2016-02-292-0/+16
* [SPARK-13509][SPARK-13507][SQL] Support for writing CSV with a single functio...hyukjinkwon2016-02-291-2/+1
* [SPARK-13540][SQL] Supports using nested classes within Scala objects as Data...Cheng Lian2016-03-011-0/+10
* [SPARK-13309][SQL] Fix type inference issue with CSV dataRahul Tanwani2016-02-283-1/+23
* [SPARK-13526][SQL] Move SQLContext per-session states to new classAndrew Or2016-02-271-11/+11
* [SPARK-13499] [SQL] Performance improvements for parquet reader.Nong Li2016-02-261-15/+15
* [SPARK-12313] [SQL] improve performance of BroadcastNestedLoopJoinDavies Liu2016-02-264-6/+70
* [SPARK-13457][SQL] Removes DataFrame RDD operationsCheng Lian2016-02-273-3/+3
* [SPARK-13503][SQL] Support to specify the (writing) option for compression co...hyukjinkwon2016-02-251-0/+15
* [SPARK-13487][SQL] User-facing RuntimeConfig interfaceReynold Xin2016-02-251-0/+86
* [SPARK-13361][SQL] Add benchmark codes for Encoder#compress() in CompressionS...Takeshi YAMAMURO2016-02-251-89/+193
* [SPARK-12757] Add block-level read/write locks to BlockManagerJosh Rosen2016-02-251-1/+3
* Revert "[SPARK-13457][SQL] Removes DataFrame RDD operations"Davies Liu2016-02-254-5/+5
* [SPARK-13457][SQL] Removes DataFrame RDD operationsCheng Lian2016-02-254-5/+5
* [SPARK-13486][SQL] Move SQLConf into an internal packageReynold Xin2016-02-2533-17/+44
* [SPARK-13376] [SPARK-13476] [SQL] improve column pruningDavies Liu2016-02-251-0/+8
* [SPARK-13092][SQL] Add ExpressionSet for constraint trackingMichael Armbrust2016-02-241-2/+1
* [SPARK-13250] [SQL] Update PhysicallRDD to convert to UnsafeRow if using the ...Nong Li2016-02-243-44/+61