garyli1019 commented on a change in pull request #2926:
URL: https://github.com/apache/hudi/pull/2926#discussion_r635183335



##########
File path: 
hudi-spark-datasource/hudi-spark/src/test/scala/org/apache/hudi/functional/TestMORDataSource.scala
##########
@@ -614,4 +614,66 @@ class TestMORDataSource extends HoodieClientTestBase {
       .load(basePath)
     assertEquals(N + 1, hoodieIncViewDF1.count())
   }
+
+  @ParameterizedTest
+  @ValueSource(booleans = Array(true, false))
+  def testMORPartitionPrune(partitionEncode: Boolean): Unit = {
+    val partitions = Array("2021/03/01", "2021/03/02", "2021/03/03", 
"2021/03/04", "2021/03/05")

Review comment:
       should we add a test for hive style as well?




-- 
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:
us...@infra.apache.org


Reply via email to