You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2022/03/29 18:52:47 UTC

[GitHub] [hudi] alexeykudinkin commented on a change in pull request #5166: [MINOR] Fix dates as per UTC in TestDataSkippingUtils

alexeykudinkin commented on a change in pull request #5166:
URL: https://github.com/apache/hudi/pull/5166#discussion_r837803667



##########
File path: hudi-spark-datasource/hudi-spark/src/test/scala/org/apache/hudi/TestDataSkippingUtils.scala
##########
@@ -384,186 +384,187 @@ object TestDataSkippingUtils {
   }
 
   def testCompositeFilterExpressionsSource(): java.util.stream.Stream[Arguments] = {

Review comment:
       Let's also make sure we fix TZ in the test:
   
   Please add to the `testLookupFilterExpressions`
   ```
   spark.sqlContext.setConf(SQLConf.SESSION_LOCAL_TIMEZONE.key, "UTC")
   ```




-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org