You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/03/24 03:16:55 UTC

[GitHub] [pulsar] Technoboy- commented on pull request #14833: Returns the new data set when use TableView.

Technoboy- commented on pull request #14833:
URL: https://github.com/apache/pulsar/pull/14833#issuecomment-1077025512


   > @Technoboy-
   > 
   > Can we use `Collections.unmodifiableSet()` to return an immutable Set? I'm not very deep in `TableView `, please let me know what you think if there are any mistakes. Thanks!
   
   My first version is using immutable set like `Collections.unmodifiableSet()`.  But users want to modify the data, and after talking with @nlu90, it's for good to return a new data set for them.


-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org