klsince commented on code in PR #12520:
URL: https://github.com/apache/pinot/pull/12520#discussion_r1508106925
##########
pinot-segment-local/src/main/java/org/apache/pinot/segment/local/recordtransformer/RecordTransformer.java:
##########
@@ -43,4 +43,15 @@ default boolean isNoOp() {
*/
@Nullable
GenericRow transform(GenericRow record);
+
+ /**
+ * Transforms a record based on some custom rules using record reader
context.
+ * @param record Record to transform
+ * @return Transformed record, or {@code null} if the record does not follow
certain rules.
+ */
+ @Nullable
+ default GenericRow transform(GenericRow record,
Review Comment:
nit: format? looks like the two params can be put on one line :p
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]