MaxGekk commented on a change in pull request #24287: [WIP][SPARK-27357][SQL]
Cast timestamps to/from dates independently from time zones
URL: https://github.com/apache/spark/pull/24287#discussion_r272824913
##########
File path:
sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/parquet/ParquetPartitionDiscoverySuite.scala
##########
@@ -273,7 +273,7 @@ class ParquetPartitionDiscoverySuite extends QueryTest
with ParquetTest with Sha
ArrayBuffer(Literal.create(10, IntegerType)))))
}
- test("parse partitions") {
+ ignore("parse partitions") {
Review comment:
This is most difficult case, probably because we parse date partitions in
UTC time zone but timestamp partitions in session local time zone.
----------------------------------------------------------------
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]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]