voonhous commented on code in PR #17825:
URL: https://github.com/apache/hudi/pull/17825#discussion_r2778418878
##########
hudi-common/src/main/java/org/apache/hudi/common/engine/HoodieReaderContext.java:
##########
@@ -75,12 +80,22 @@
* @param <T> The type of engine-specific record representation, e.g.,{@code
InternalRow} in Spark
* and {@code RowData} in Flink.
*/
+@Getter
+@Setter
Review Comment:
It's a mix and match. I'll make the getter/setter field level.
--
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]