wombatu-kun commented on code in PR #18304:
URL: https://github.com/apache/hudi/pull/18304#discussion_r2935219871
##########
hudi-hadoop-common/src/main/java/org/apache/hudi/io/lance/HoodieBaseLanceWriter.java:
##########
@@ -62,6 +66,7 @@ public abstract class HoodieBaseLanceWriter<R> implements
Closeable {
private int currentBatchSize = 0;
private VectorSchemaRoot root;
private ArrowWriter<R> arrowWriter;
+ protected final Option<HoodieBloomFilterWriteSupport<?>>
bloomFilterWriteSupportOpt;
Review Comment:
no, it is used by HoodieSparkLanceWriter that extends HoodieBaseLanceWriter
--
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]