nsivabalan commented on code in PR #12331:
URL: https://github.com/apache/hudi/pull/12331#discussion_r1859424562
##########
hudi-spark-datasource/hudi-spark-common/src/main/scala/org/apache/hudi/ColumnStatsIndexSupport.scala:
##########
@@ -85,7 +85,7 @@ class ColumnStatsIndexSupport(spark: SparkSession,
): Option[Set[String]] = {
if (isIndexAvailable && queryFilters.nonEmpty &&
queryReferencedColumns.nonEmpty) {
val readInMemory = shouldReadInMemory(fileIndex, queryReferencedColumns,
inMemoryProjectionThreshold)
- val (prunedPartitions, prunedFileNames) =
getPrunedPartitionsAndFileNames(prunedPartitionsAndFileSlices)
+ val (prunedPartitions, prunedFileNames) =
getPrunedPartitionsAndFileNames(prunedPartitionsAndFileSlices,
fileIndex.includeLogFiles)
Review Comment:
col stats to set the right value for includeLogFiles
--
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]