Jackie-Jiang commented on code in PR #16624:
URL: https://github.com/apache/pinot/pull/16624#discussion_r2286447288
##########
pinot-spi/src/main/java/org/apache/pinot/spi/data/readers/GenericRow.java:
##########
@@ -164,7 +164,7 @@ public GenericRow copy() {
/**
* @return a deep copy of the generic row for the given fields
*/
- public GenericRow copy(List<String> fieldsToCopy) {
+ public GenericRow copy(Collection<String> fieldsToCopy) {
Review Comment:
(minor) No need to change this. This breaks backward compatibility test
--
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]