Uh oh!
There was an error while loading. Please reload this page.
GH-3224: Make ParquetProperties.valuesWriterFactory thread safe - #3308
Conversation
ArnavBalyan
commented
Sep 8, 2025
cc @gszadovszky thanks! :) |
gszadovszky
left a comment
There was a problem hiding this comment.
Thanks for working on this, @ArnavBalyan.
Unfortunately, ParquetProperties.DEFAULT_VALUES_WRITER_FACTORY is public. But at least, we should deprecate it.
ArnavBalyan
commented
Sep 16, 2025
Ack thanks, have marked the method as deprecated. Did you also mean to remove the change altogether and just mark it deprecated with a comment? |
gszadovszky
left a comment
There was a problem hiding this comment.
Did you also mean to remove the change altogether and just mark it deprecated with a comment?
No, the change looks good to me now.
Uh oh!
There was an error while loading. Please reload this page.
Rationale for this change
Are these changes tested?
Are there any user-facing changes?
Closes: #3224