aboutsummaryrefslogtreecommitdiff
path: root/sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/parquet/ParquetQuerySuite.scala
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-20407][TESTS] ParquetQuerySuite 'Enabling/disabling ignoreCorruptFiles...Bogdan Raducanu2017-04-201-1/+34
* [SPARK-10364][SQL] Support Parquet logical type TIMESTAMP_MILLISDilip Biswal2017-04-041-0/+73
* [SPARK-19463][SQL] refresh cache after the InsertIntoHadoopFsRelationCommandwindpiger2017-02-281-4/+0
* [SPARK-19082][SQL] Make ignoreCorruptFiles work for ParquetLiang-Chi Hsieh2017-01-161-0/+30
* [SPARK-19183][SQL] Add deleteWithJob hook to internal commit protocol APIEric Liang2017-01-121-0/+5
* [SPARK-17761][SQL] Remove MutableRowHerman van Hovell2016-10-071-2/+2
* [SPARK-16596] [SQL] Refactor DataSourceScanExec to do partition discovery at ...Eric Liang2016-08-031-6/+5
* [SPARK-16632][SQL] Use Spark requested schema to guide vectorized Parquet rea...Cheng Lian2016-07-211-0/+24
* [SPARK-16344][SQL] Decoding Parquet array of struct with a single field named...Cheng Lian2016-07-201-1/+15
* [SPARK-16119][SQL] Support PURGE option to drop table / partition.Marcelo Vanzin2016-07-121-2/+2
* [SPARK-15979][SQL] Rename various Parquet support classes.Reynold Xin2016-06-151-3/+3
* [SPARK-15678] Add support to REFRESH data source pathsSameer Agarwal2016-06-101-0/+28
* [SPARK-15804][SQL] Include metadata in the toStructTypeKevin Yu2016-06-091-0/+15
* [SPARK-15719][SQL] Disables writing Parquet summary files by defaultCheng Lian2016-06-021-5/+26
* [SPARK-15498][TESTS] fix slow testsWenchen Fan2016-05-241-13/+3
* [SPARK-15171][SQL] Remove the references to deprecated method dataset.registe...Sean Zhong2016-05-181-2/+2
* [SPARK-15037][SQL][MLLIB] Use SparkSession instead of SQLContext in Scala/Jav...Sandeep Singh2016-05-101-51/+51
* [SPARK-14856] Correct message in assertion for 'returning batch for wide table'tedyu2016-04-231-1/+1
* [SPARK-14856] [SQL] returning batch correctlyDavies Liu2016-04-221-0/+25
* [SPARK-14224] [SPARK-14223] [SPARK-14310] [SQL] fix RowEncoder and parquet re...Davies Liu2016-04-061-0/+10
* [SPARK-14014][SQL] Integrate session catalog (attempt #2)Andrew Or2016-03-241-2/+4
* Revert "[SPARK-14014][SQL] Replace existing catalog with SessionCatalog"Andrew Or2016-03-231-4/+2
* [SPARK-14014][SQL] Replace existing catalog with SessionCatalogAndrew Or2016-03-231-2/+4
* [SPARK-11011][SQL] Narrow type of UDT serializationJakob Odersky2016-03-161-7/+4
* [SPARK-13893][SQL] Remove SQLContext.catalog/analyzer (internal method)Reynold Xin2016-03-151-2/+2
* [SPARK-13486][SQL] Move SQLConf into an internal packageReynold Xin2016-02-251-0/+1
* [SPARK-12992] [SQL] Support vectorized decoding in UnsafeRowParquetRecordReader.Nong Li2016-02-081-2/+4
* [SPARK-3873][TESTS] Import ordering fixes.Marcelo Vanzin2016-01-051-1/+1
* [SPARK-11997] [SQL] NPE when save a DataFrame as parquet and partitioned by l...Dilip Biswal2015-11-261-0/+13
* [SPARK-11117] [SPARK-11345] [SQL] Makes all HadoopFsRelation data sources pro...Cheng Lian2015-10-311-1/+1
* [SPARK-10104] [SQL] Consolidate different forms of table identifiersWenchen Fan2015-10-141-3/+3
* [SPARK-8848] [SQL] Refactors Parquet write path to follow parquet-formatCheng Lian2015-10-081-1/+45
* [SPARK-10301] [SPARK-10428] [SQL] Addresses comments of PR #8583 and #8509 fo...Cheng Lian2015-09-101-23/+268
* [SPARK-10176] [SQL] Show partially analyzed plans when checkAnswer fails to a...Wenchen Fan2015-09-041-22/+20
* [SPARK-10301] [SQL] Fixes schema merging for nested structsCheng Lian2015-09-011-0/+77
* [SPARK-10005] [SQL] Fixes schema merging for nested structsCheng Lian2015-08-161-1/+29
* [SPARK-9580] [SQL] Replace singletons in SQL testsAndrew Or2015-08-131-22/+21
* [SPARK-9763][SQL] Minimize exposure of internal SQL classes.Reynold Xin2015-08-101-0/+205