aboutsummaryrefslogtreecommitdiff
path: root/sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/PartitioningUtils.scala
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-20367] Properly unescape column names of partitioning columns parsed f...Juliusz Sompolski2017-04-211-1/+1
* [SPARK-20156][CORE][SQL][STREAMING][MLLIB] Java String toLowerCase "Turkish l...Sean Owen2017-04-101-2/+2
* [SPARK-19887][SQL] dynamic partition keys can be null or empty stringWenchen Fan2017-03-151-2/+1
* [SPARK-18939][SQL] Timezone support in partition values.Takuya UESHIN2017-03-031-10/+32
* [MINOR][DOCS] Remove consecutive duplicated words/typo in Spark RepoNiranjan Padmanabhan2017-01-041-1/+1
* [SPARK-18572][SQL] Add a method `listPartitionNames` to `ExternalCatalog`Michael Allman2016-12-061-2/+11
* [SPARK-18185] Fix all forms of INSERT / OVERWRITE TABLE for Datasource tablesEric Liang2016-11-101-0/+10
* [SPARK-17990][SPARK-18302][SQL] correct several partition related behaviours ...Wenchen Fan2016-11-101-86/+8
* [SPARK-18087][SQL] Optimize insert to not require REPAIR TABLEEric Liang2016-10-311-0/+12
* [SPARK-18026][SQL] should not always lowercase partition columns of partition...Wenchen Fan2016-10-251-0/+30
* [SPARK-17974] try 2) Refactor FileCatalog classes to simplify the inheritance...Eric Liang2016-10-181-6/+6
* [SPARK-17388] [SQL] Support for inferring type date/timestamp/decimal for par...hyukjinkwon2016-10-181-3/+18
* Revert "[SPARK-17974] Refactor FileCatalog classes to simplify the inheritanc...Reynold Xin2016-10-171-6/+6
* [SPARK-17974] Refactor FileCatalog classes to simplify the inheritance treeEric Liang2016-10-171-6/+6
* [SPARK-16964][SQL] Remove private[sql] and private[spark] from sql.execution ...Reynold Xin2016-08-091-11/+13
* [SPARK-16006][SQL] Attemping to write empty DataFrame with no fields throws n...Dongjoon Hyun2016-06-291-1/+1
* [MINOR][DOCS][SQL] Fix some comments about types(TypeCoercion,Partition) and ...Dongjoon Hyun2016-06-161-1/+1
* [SPARK-15743][SQL] Prevent saving with all-column partitioningDongjoon Hyun2016-06-101-2/+6
* [SPARK-14445][SQL] Support native execution of SHOW COLUMNS and SHOW PARTITIONSDilip Biswal2016-04-271-1/+1
* [SPARK-14756][CORE] Use parseLong instead of valueOfAzeem Jiva2016-04-261-3/+3
* [SPARK-13664][SQL] Add a strategy for planning partitioned and bucketed scans...Michael Armbrust2016-03-141-6/+12
* [MINOR][DOCS] Fix more typos in comments/strings.Dongjoon Hyun2016-03-141-1/+1
* [SPARK-13738][SQL] Cleanup Data Source resolutionMichael Armbrust2016-03-081-2/+22
* [SPARK-13665][SQL] Separate the concerns of HadoopFsRelationMichael Armbrust2016-03-071-4/+12
* Fix typoJulien Baley2016-01-151-3/+3
* [SPARK-11678][SQL] Partition discovery should stop at the root path of the ta...Yin Huai2015-11-131-20/+48
* [SPARK-10304][SQL] Following up checking valid dir structure for partition di...Liang-Chi Hsieh2015-11-041-1/+13
* [SPARK-11455][SQL] fix case sensitivity of partition byWenchen Fan2015-11-031-3/+4
* [SPARK-10304] [SQL] Partition discovery should throw an exception if the dir ...Liang-Chi Hsieh2015-11-031-11/+25
* [SPARK-8887] [SQL] Explicit define which data types can be used as dynamic pa...Yijie Shen2015-08-141-0/+13
* [SPARK-9356][SQL]Remove the internal use of DecimalType.UnlimitedYijie Shen2015-07-261-2/+1
* [SPARK-9069] [SPARK-9264] [SQL] remove unlimited precision support for Decima...Davies Liu2015-07-231-3/+4
* [SPARK-8906][SQL] Move all internal data source classes into execution.dataso...Reynold Xin2015-07-211-0/+361