Github user mgaido91 commented on a diff in the pull request:

    https://github.com/apache/spark/pull/21004#discussion_r237093630
  
    --- Diff: 
sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/PartitioningAwareFileIndex.scala
 ---
    @@ -126,35 +126,32 @@ abstract class PartitioningAwareFileIndex(
         val caseInsensitiveOptions = CaseInsensitiveMap(parameters)
         val timeZoneId = 
caseInsensitiveOptions.get(DateTimeUtils.TIMEZONE_OPTION)
           .getOrElse(sparkSession.sessionState.conf.sessionLocalTimeZone)
    -
    -    userPartitionSchema match {
    +    val inferredPartitionSpec = PartitioningUtils.parsePartitions(
    +      leafDirs,
    +      typeInference = 
sparkSession.sessionState.conf.partitionColumnTypeInferenceEnabled,
    --- End diff --
    
    actually the investigation was done by the reported of SPARK-26188, I did 
nothing... Thanks for doing that @gengliangwang and thanks for your comment 
@cloud-fan 


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to