codope commented on code in PR #12575:
URL: https://github.com/apache/hudi/pull/12575#discussion_r1905196557


##########
hudi-spark-datasource/hudi-spark/src/test/scala/org/apache/hudi/functional/TestColumnStatsIndexWithSQL.scala:
##########
@@ -406,7 +565,7 @@ class TestColumnStatsIndexWithSQL extends 
ColumnStatIndexTestBase {
     verifySQLQueries(numRecordsForFirstQuery, numRecordsForSecondQuery, 
DataSourceReadOptions.QUERY_TYPE_INCREMENTAL_OPT_VAL, commonOpts, 
isTableDataSameAsAfterSecondInstant)
     commonOpts = commonOpts + 
(DataSourceReadOptions.INCREMENTAL_FALLBACK_TO_FULL_TABLE_SCAN.key -> "true")
     // TODO: https://issues.apache.org/jira/browse/HUDI-6657 - Investigate why 
below assertions fail with full table scan enabled.
-    //verifySQLQueries(numRecordsForFirstQuery, 
DataSourceReadOptions.QUERY_TYPE_INCREMENTAL_OPT_VAL, commonOpts, 
isTableDataSameAsAfterSecondInstant)
+    // verifySQLQueries(numRecordsForFirstQuery, 
DataSourceReadOptions.QUERY_TYPE_INCREMENTAL_OPT_VAL, commonOpts, 
isTableDataSameAsAfterSecondInstant)

Review Comment:
   ok there is a tracking jira already - HUDI-6657



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

Reply via email to