aboutsummaryrefslogtreecommitdiff
path: root/sql/core/src/test
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-13890][SQL] Remove some internal classes' dependency on SQLContextReynold Xin2016-03-149-23/+25
* [SPARK-13870][SQL] Add scalastyle escaping correctly in CVSSuite.scalaDongjoon Hyun2016-03-141-1/+3
* [SPARK-13353][SQL] fast serialization for collecting DataFrame/DatasetDavies Liu2016-03-142-1/+28
* [SPARK-13791][SQL] Add MetadataLog and HDFSMetadataLogShixiong Zhu2016-03-142-57/+104
* [SPARK-13882][SQL] Remove org.apache.spark.sql.execution.localReynold Xin2016-03-1413-888/+0
* [SPARK-13664][SQL] Add a strategy for planning partitioned and bucketed scans...Michael Armbrust2016-03-142-1/+346
* [SPARK-13139][SQL] Follow-ups to #11573Andrew Or2016-03-141-5/+5
* [SPARK-13207][SQL] Make partitioning discovery ignore _SUCCESS files.Yin Huai2016-03-141-0/+23
* [MINOR][DOCS] Fix more typos in comments/strings.Dongjoon Hyun2016-03-147-9/+9
* [SPARK-13823][CORE][STREAMING][SQL] Always specify Charset in String <-> byte...Sean Owen2016-03-139-26/+39
* [SPARK-13841][SQL] Removes Dataset.collectRows()/takeRows()Cheng Lian2016-03-132-21/+22
* [SPARK-13828][SQL] Bring back stack trace of AnalysisException thrown from Qu...Cheng Lian2016-03-121-1/+10
* [SPARK-13671] [SPARK-13311] [SQL] Use different physical plans for RDD and da...Davies Liu2016-03-123-5/+5
* [SPARK-13139][SQL] Parse Hive DDL commands ourselvesAndrew Or2016-03-111-0/+544
* [SPARK-13817][BUILD][SQL] Re-enable MiMA and removes object DataFrameCheng Lian2016-03-113-3/+3
* [SPARK-13244][SQL] Migrates DataFrame to DatasetCheng Lian2016-03-1011-205/+194
* [SPARK-3854][BUILD] Scala style: require spaces before `{`.Dongjoon Hyun2016-03-101-1/+1
* [SQL][TEST] Increased timeouts to reduce flakiness in ContinuousQueryManagerS...Tathagata Das2016-03-101-15/+15
* [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