the-other-tim-brown commented on code in PR #12110:
URL: https://github.com/apache/hudi/pull/12110#discussion_r1945273738
##########
hudi-client/hudi-spark-client/src/main/java/org/apache/hudi/client/utils/SparkMetadataWriterUtils.java:
##########
@@ -403,29 +403,30 @@ public static HoodiePairData<String,
List<HoodieColumnRangeMetadata<Comparable>>
// Step 2: Compute expression index records for the modified partitions
LOG.debug("Indexing following columns for partition stats index: {}",
validColumnsToIndex);
List<String> partitionPaths = new
ArrayList<>(commitMetadata.getWritePartitionPaths());
- HoodieTableFileSystemView fileSystemView =
getFileSystemView(dataMetaClient);
Review Comment:
My understanding is that we typically don't want to serialize the FSView.
When using an ExternalSpillable FSView, this will fail since it is not
serializable
--
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]