MaxGekk commented on a change in pull request #31549:
URL: https://github.com/apache/spark/pull/31549#discussion_r578634591



##########
File path: 
sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/FileIndexSuite.scala
##########
@@ -520,6 +520,21 @@ class FileIndexSuite extends SharedSparkSession {
       SQLConf.get.setConf(StaticSQLConf.METADATA_CACHE_TTL_SECONDS, 
previousValue)
     }
   }
+
+  test("SPARK-34314: preserve partition values of the string type") {

Review comment:
       Maybe, `datasources/parquet/ParquetPartitionDiscoverySuite.scala` since 
it has end-2-end tests already? `SQLQuerySuite` is big enough and gathers 
everything.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to