kbendick commented on a change in pull request #3543:
URL: https://github.com/apache/iceberg/pull/3543#discussion_r766271849



##########
File path: 
spark/v3.2/spark/src/test/java/org/apache/iceberg/spark/sql/TestTimestampWithoutZone.java
##########
@@ -70,7 +70,8 @@
                     "type", "hive",
                     "default-namespace", "default",
                     "parquet-enabled", "true",
-                    "cache-enabled", "false"
+                    "cache-enabled", "false",
+                    "cache.expiration-interval-ms", "0"

Review comment:
       At one point it was an error if a user specified cache-enabled and had a 
non-zero cache.expiration-interval-ms.
   
   That's somewhat what this business is about: 
https://github.com/apache/iceberg/pull/3543#discussion_r766267640
   
   I can remove this though since it's being defaulted to off for the moment 
anyway.




-- 
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: [email protected]

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