Re: [I] AvroParquetWriter cache old aws config even after close, clean and create new writer [parquet-java]

2024-12-27 Thread via GitHub
CandiceSu closed issue #3106: AvroParquetWriter cache old aws config even after close, clean and create new writer URL: https://github.com/apache/parquet-java/issues/3106 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use th

Re: [I] AvroParquetWriter cache old aws config even after close, clean and create new writer [parquet-java]

2024-12-27 Thread via GitHub
CandiceSu commented on issue #3106: URL: https://github.com/apache/parquet-java/issues/3106#issuecomment-2563932468 thx @wgtmac we find out the issue it's not the avro parquet writer itself caching the token, its the conf object keep using same token after initialized the 1st time.

Re: [PR] [GH] Optimize the code struct of ColumnChunkMetaData. [parquet-java]

2024-12-27 Thread via GitHub
joyCurry30 closed pull request #3037: [GH] Optimize the code struct of ColumnChunkMetaData. URL: https://github.com/apache/parquet-java/pull/3037 -- 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

Re: [PR] [GH] Optimize the code struct of ColumnChunkMetaData. [parquet-java]

2024-12-27 Thread via GitHub
joyCurry30 closed pull request #3037: [GH] Optimize the code struct of ColumnChunkMetaData. URL: https://github.com/apache/parquet-java/pull/3037 -- 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

[PR] [GH] Optimize the code struct of ColumnChunkMetaData. [parquet-java]

2024-12-27 Thread via GitHub
joyCurry30 opened a new pull request, #3110: URL: https://github.com/apache/parquet-java/pull/3110 ### Rationale for this change ### What changes are included in this PR? ### Are these changes tested? ### Are there any user-facing changes?