danny0405 commented on code in PR #12948:
URL: https://github.com/apache/hudi/pull/12948#discussion_r1990380510
##########
hudi-client/hudi-spark-client/src/main/java/org/apache/hudi/table/SparkBroadcastManager.java:
##########
@@ -116,10 +119,8 @@ public Option<HoodieReaderContext>
retrieveFileGroupReaderContext(StoragePath ba
SparkParquetReader sparkParquetReader = parquetReaderBroadcast.getValue();
if (sparkParquetReader != null) {
List<Filter> filters = new ArrayList<>();
- return Option.of(new SparkFileFormatInternalRowReaderContext(
- sparkParquetReader,
- JavaConverters.asScalaBufferConverter(filters).asScala().toSeq(),
- JavaConverters.asScalaBufferConverter(filters).asScala().toSeq()));
+ return Option.of(new
SparkFileFormatInternalRowReaderContext(sparkParquetReader,
JavaConverters.asScalaBufferConverter(filters).asScala().toSeq(),
Review Comment:
Maybe we follow the original indentation.
--
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]