-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PARQUET-2343: Fixes NPE when rewriting file with multiple rowgroups #1136
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Hi @wgtmac, could you help to review this? Thanks a lot. |
wgtmac
approved these changes
Sep 4, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the fix! @ConeyLiu
wgtmac
pushed a commit
to wgtmac/parquet-mr
that referenced
this pull request
Sep 4, 2023
Thanks @wgtmac for merging this. |
jacomago
added a commit
to jacomago/epicsarchiverap
that referenced
this pull request
Nov 6, 2023
changes. This is unnecessary when PR apache/parquet-java#1136 is in the parquet release.
jacomago
added a commit
to jacomago/epicsarchiverap
that referenced
this pull request
Nov 7, 2023
* Only recompress the parquet rows when the compression mode changes. This is unnecessary when PR apache/parquet-java#1136 is in the parquet release. * Fix ETLTimeTest to handle src made up of ZIP files. * Fix NamedFlagETLTest to use a single configservice so as to not conflict test with each other. * Fix ETLPostProcessorTest to use a single configservice so as to not conflict test with each other. * Run workflows on all pull requests
jacomago
added a commit
to jacomago/epicsarchiverap
that referenced
this pull request
Nov 8, 2023
Add support for using parquet files Adds support in the plainpbstorage plugin for storing pb messages in parquet files. Parquet fix recompress (#20) * Only recompress the parquet rows when the compression mode changes. This is unnecessary when PR apache/parquet-java#1136 is in the parquet release. * Fix ETLTimeTest to handle src made up of ZIP files. * Fix NamedFlagETLTest to use a single configservice so as to not conflict test with each other. * Fix ETLPostProcessorTest to use a single configservice so as to not conflict test with each other. * Run workflows on all pull requests Parquet more test (#19) * Create more test cases Adds the parquet backend to more tests Creates more variations in test setup Removes repeated tests removes need for single forks tests tag Removes need for slow tests tag * Test different compression options in the timetest Parquet multi file (#18) * Tidy up pb/parquet packages * Combine parquet and pb compression mode Adds a new wrapper class for CompressionCodec from parquet and CompressionMode in pb * Improve efficiency of using Parquet library * Make the parquet file stream able to work with multiple files.
jacomago
added a commit
to jacomago/epicsarchiverap
that referenced
this pull request
Nov 8, 2023
Add support for using parquet files Adds support in the plainpbstorage plugin for storing pb messages in parquet files. Parquet fix recompress (#20) * Only recompress the parquet rows when the compression mode changes. This is unnecessary when PR apache/parquet-java#1136 is in the parquet release. * Fix ETLTimeTest to handle src made up of ZIP files. * Fix NamedFlagETLTest to use a single configservice so as to not conflict test with each other. * Fix ETLPostProcessorTest to use a single configservice so as to not conflict test with each other. * Run workflows on all pull requests Parquet more test (#19) * Create more test cases Adds the parquet backend to more tests Creates more variations in test setup Removes repeated tests removes need for single forks tests tag Removes need for slow tests tag * Test different compression options in the timetest Parquet multi file (#18) * Tidy up pb/parquet packages * Combine parquet and pb compression mode Adds a new wrapper class for CompressionCodec from parquet and CompressionMode in pb * Improve efficiency of using Parquet library * Make the parquet file stream able to work with multiple files. Add support for parquet storage. Add support for using parquet files Adds support in the plainpbstorage plugin for storing pb messages in parquet files. Parquet fix recompress (#20) * Only recompress the parquet rows when the compression mode changes. This is unnecessary when PR apache/parquet-java#1136 is in the parquet release. * Fix ETLTimeTest to handle src made up of ZIP files. * Fix NamedFlagETLTest to use a single configservice so as to not conflict test with each other. * Fix ETLPostProcessorTest to use a single configservice so as to not conflict test with each other. * Run workflows on all pull requests Parquet more test (#19) * Create more test cases Adds the parquet backend to more tests Creates more variations in test setup Removes repeated tests removes need for single forks tests tag Removes need for slow tests tag * Test different compression options in the timetest Parquet multi file (#18) * Tidy up pb/parquet packages * Combine parquet and pb compression mode Adds a new wrapper class for CompressionCodec from parquet and CompressionMode in pb * Improve efficiency of using Parquet library * Make the parquet file stream able to work with multiple files. Replace Timestamp with Instant Also reduces length of ETL Tests by decreasing amount of data created. Upgrade junit to junit 5.
jacomago
added a commit
to jacomago/epicsarchiverap
that referenced
this pull request
Nov 28, 2023
Add support for using parquet files Adds support in the plainpbstorage plugin for storing pb messages in parquet files. Parquet fix recompress (#20) * Only recompress the parquet rows when the compression mode changes. This is unnecessary when PR apache/parquet-java#1136 is in the parquet release. * Fix ETLTimeTest to handle src made up of ZIP files. * Fix NamedFlagETLTest to use a single configservice so as to not conflict test with each other. * Fix ETLPostProcessorTest to use a single configservice so as to not conflict test with each other. * Run workflows on all pull requests Parquet more test (#19) * Create more test cases Adds the parquet backend to more tests Creates more variations in test setup Removes repeated tests removes need for single forks tests tag Removes need for slow tests tag * Test different compression options in the timetest Parquet multi file (#18) * Tidy up pb/parquet packages * Combine parquet and pb compression mode Adds a new wrapper class for CompressionCodec from parquet and CompressionMode in pb * Improve efficiency of using Parquet library * Make the parquet file stream able to work with multiple files. Add support for parquet storage. Add support for using parquet files Adds support in the plainpbstorage plugin for storing pb messages in parquet files. Parquet fix recompress (#20) * Only recompress the parquet rows when the compression mode changes. This is unnecessary when PR apache/parquet-java#1136 is in the parquet release. * Fix ETLTimeTest to handle src made up of ZIP files. * Fix NamedFlagETLTest to use a single configservice so as to not conflict test with each other. * Fix ETLPostProcessorTest to use a single configservice so as to not conflict test with each other. * Run workflows on all pull requests Parquet more test (#19) * Create more test cases Adds the parquet backend to more tests Creates more variations in test setup Removes repeated tests removes need for single forks tests tag Removes need for slow tests tag * Test different compression options in the timetest Parquet multi file (#18) * Tidy up pb/parquet packages * Combine parquet and pb compression mode Adds a new wrapper class for CompressionCodec from parquet and CompressionMode in pb * Improve efficiency of using Parquet library * Make the parquet file stream able to work with multiple files. Replace Timestamp with Instant Also reduces length of ETL Tests by decreasing amount of data created. Upgrade junit to junit 5.
jacomago
added a commit
to jacomago/epicsarchiverap
that referenced
this pull request
Jan 11, 2024
Add support for using parquet files Adds support in the plainpbstorage plugin for storing pb messages in parquet files. Parquet fix recompress (#20) * Only recompress the parquet rows when the compression mode changes. This is unnecessary when PR apache/parquet-java#1136 is in the parquet release. * Fix ETLTimeTest to handle src made up of ZIP files. * Fix NamedFlagETLTest to use a single configservice so as to not conflict test with each other. * Fix ETLPostProcessorTest to use a single configservice so as to not conflict test with each other. * Run workflows on all pull requests Parquet more test (#19) * Create more test cases Adds the parquet backend to more tests Creates more variations in test setup Removes repeated tests removes need for single forks tests tag Removes need for slow tests tag * Test different compression options in the timetest Parquet multi file (#18) * Tidy up pb/parquet packages * Combine parquet and pb compression mode Adds a new wrapper class for CompressionCodec from parquet and CompressionMode in pb * Improve efficiency of using Parquet library * Make the parquet file stream able to work with multiple files. Add support for parquet storage. Add support for using parquet files Adds support in the plainpbstorage plugin for storing pb messages in parquet files. Parquet fix recompress (#20) * Only recompress the parquet rows when the compression mode changes. This is unnecessary when PR apache/parquet-java#1136 is in the parquet release. * Fix ETLTimeTest to handle src made up of ZIP files. * Fix NamedFlagETLTest to use a single configservice so as to not conflict test with each other. * Fix ETLPostProcessorTest to use a single configservice so as to not conflict test with each other. * Run workflows on all pull requests Parquet more test (#19) * Create more test cases Adds the parquet backend to more tests Creates more variations in test setup Removes repeated tests removes need for single forks tests tag Removes need for slow tests tag * Test different compression options in the timetest Parquet multi file (#18) * Tidy up pb/parquet packages * Combine parquet and pb compression mode Adds a new wrapper class for CompressionCodec from parquet and CompressionMode in pb * Improve efficiency of using Parquet library * Make the parquet file stream able to work with multiple files. Replace Timestamp with Instant Also reduces length of ETL Tests by decreasing amount of data created. Upgrade junit to junit 5.
jacomago
added a commit
to jacomago/epicsarchiverap
that referenced
this pull request
Jan 11, 2024
Use constants for mgmt and other urls Add parquet file extension to integration tests. Add support for parquet storage. Add support for using parquet files Adds support in the plainpbstorage plugin for storing pb messages in parquet files. Parquet fix recompress (#20) * Only recompress the parquet rows when the compression mode changes. This is unnecessary when PR apache/parquet-java#1136 is in the parquet release. * Fix ETLTimeTest to handle src made up of ZIP files. * Fix NamedFlagETLTest to use a single configservice so as to not conflict test with each other. * Fix ETLPostProcessorTest to use a single configservice so as to not conflict test with each other. * Run workflows on all pull requests Parquet more test (#19) * Create more test cases Adds the parquet backend to more tests Creates more variations in test setup Removes repeated tests removes need for single forks tests tag Removes need for slow tests tag * Test different compression options in the timetest Parquet multi file (#18) * Tidy up pb/parquet packages * Combine parquet and pb compression mode Adds a new wrapper class for CompressionCodec from parquet and CompressionMode in pb * Improve efficiency of using Parquet library * Make the parquet file stream able to work with multiple files. Add support for parquet storage. Add support for using parquet files Adds support in the plainpbstorage plugin for storing pb messages in parquet files. Parquet fix recompress (#20) * Only recompress the parquet rows when the compression mode changes. This is unnecessary when PR apache/parquet-java#1136 is in the parquet release. * Fix ETLTimeTest to handle src made up of ZIP files. * Fix NamedFlagETLTest to use a single configservice so as to not conflict test with each other. * Fix ETLPostProcessorTest to use a single configservice so as to not conflict test with each other. * Run workflows on all pull requests Parquet more test (#19) * Create more test cases Adds the parquet backend to more tests Creates more variations in test setup Removes repeated tests removes need for single forks tests tag Removes need for slow tests tag * Test different compression options in the timetest Parquet multi file (#18) * Tidy up pb/parquet packages * Combine parquet and pb compression mode Adds a new wrapper class for CompressionCodec from parquet and CompressionMode in pb * Improve efficiency of using Parquet library * Make the parquet file stream able to work with multiple files. Replace Timestamp with Instant Also reduces length of ETL Tests by decreasing amount of data created. Upgrade junit to junit 5.
jacomago
added a commit
to jacomago/epicsarchiverap
that referenced
this pull request
Jan 11, 2024
Use constants for mgmt and other urls Add parquet file extension to integration tests. Add support for parquet storage. Add support for using parquet files Adds support in the plainpbstorage plugin for storing pb messages in parquet files. Parquet fix recompress (#20) * Only recompress the parquet rows when the compression mode changes. This is unnecessary when PR apache/parquet-java#1136 is in the parquet release. * Fix ETLTimeTest to handle src made up of ZIP files. * Fix NamedFlagETLTest to use a single configservice so as to not conflict test with each other. * Fix ETLPostProcessorTest to use a single configservice so as to not conflict test with each other. * Run workflows on all pull requests Parquet more test (#19) * Create more test cases Adds the parquet backend to more tests Creates more variations in test setup Removes repeated tests removes need for single forks tests tag Removes need for slow tests tag * Test different compression options in the timetest Parquet multi file (#18) * Tidy up pb/parquet packages * Combine parquet and pb compression mode Adds a new wrapper class for CompressionCodec from parquet and CompressionMode in pb * Improve efficiency of using Parquet library * Make the parquet file stream able to work with multiple files. Add support for parquet storage. Add support for using parquet files Adds support in the plainpbstorage plugin for storing pb messages in parquet files. Parquet fix recompress (#20) * Only recompress the parquet rows when the compression mode changes. This is unnecessary when PR apache/parquet-java#1136 is in the parquet release. * Fix ETLTimeTest to handle src made up of ZIP files. * Fix NamedFlagETLTest to use a single configservice so as to not conflict test with each other. * Fix ETLPostProcessorTest to use a single configservice so as to not conflict test with each other. * Run workflows on all pull requests Parquet more test (#19) * Create more test cases Adds the parquet backend to more tests Creates more variations in test setup Removes repeated tests removes need for single forks tests tag Removes need for slow tests tag * Test different compression options in the timetest Parquet multi file (#18) * Tidy up pb/parquet packages * Combine parquet and pb compression mode Adds a new wrapper class for CompressionCodec from parquet and CompressionMode in pb * Improve efficiency of using Parquet library * Make the parquet file stream able to work with multiple files. Replace Timestamp with Instant Also reduces length of ETL Tests by decreasing amount of data created. Upgrade junit to junit 5.
jacomago
added a commit
to jacomago/epicsarchiverap
that referenced
this pull request
Jan 12, 2024
Use constants for mgmt and other urls Add parquet file extension to integration tests. Add support for parquet storage. Add support for using parquet files Adds support in the plainpbstorage plugin for storing pb messages in parquet files. Parquet fix recompress (#20) * Only recompress the parquet rows when the compression mode changes. This is unnecessary when PR apache/parquet-java#1136 is in the parquet release. * Fix ETLTimeTest to handle src made up of ZIP files. * Fix NamedFlagETLTest to use a single configservice so as to not conflict test with each other. * Fix ETLPostProcessorTest to use a single configservice so as to not conflict test with each other. * Run workflows on all pull requests Parquet more test (#19) * Create more test cases Adds the parquet backend to more tests Creates more variations in test setup Removes repeated tests removes need for single forks tests tag Removes need for slow tests tag * Test different compression options in the timetest Parquet multi file (#18) * Tidy up pb/parquet packages * Combine parquet and pb compression mode Adds a new wrapper class for CompressionCodec from parquet and CompressionMode in pb * Improve efficiency of using Parquet library * Make the parquet file stream able to work with multiple files. Add support for parquet storage. Add support for using parquet files Adds support in the plainpbstorage plugin for storing pb messages in parquet files. Parquet fix recompress (#20) * Only recompress the parquet rows when the compression mode changes. This is unnecessary when PR apache/parquet-java#1136 is in the parquet release. * Fix ETLTimeTest to handle src made up of ZIP files. * Fix NamedFlagETLTest to use a single configservice so as to not conflict test with each other. * Fix ETLPostProcessorTest to use a single configservice so as to not conflict test with each other. * Run workflows on all pull requests Parquet more test (#19) * Create more test cases Adds the parquet backend to more tests Creates more variations in test setup Removes repeated tests removes need for single forks tests tag Removes need for slow tests tag * Test different compression options in the timetest Parquet multi file (#18) * Tidy up pb/parquet packages * Combine parquet and pb compression mode Adds a new wrapper class for CompressionCodec from parquet and CompressionMode in pb * Improve efficiency of using Parquet library * Make the parquet file stream able to work with multiple files. Replace Timestamp with Instant Also reduces length of ETL Tests by decreasing amount of data created. Upgrade junit to junit 5.
jacomago
added a commit
to jacomago/epicsarchiverap
that referenced
this pull request
Feb 1, 2024
Adds support in the plainstorage plugin for storing pb messages in parquet files. * Only recompress the parquet rows when the compression mode changes. This is unnecessary when PR apache/parquet-java#1136 is in the parquet release. * Fix ETLTimeTest to handle src made up of ZIP files. * Fix NamedFlagETLTest to use a single configservice so as to not conflict test with each other. * Fix ETLPostProcessorTest to use a single configservice so as to not conflict test with each other. removes need for single forks tests tag Removes need for slow tests tag * Combine parquet and pb compression mode Adds a new wrapper class for CompressionCodec from parquet and CompressionMode in pb
jacomago
added a commit
to jacomago/epicsarchiverap
that referenced
this pull request
Feb 1, 2024
Adds support in the plainstorage plugin for storing pb messages in parquet files. * Only recompress the parquet rows when the compression mode changes. This is unnecessary when PR apache/parquet-java#1136 is in the parquet release. * Fix ETLTimeTest to handle src made up of ZIP files. * Fix NamedFlagETLTest to use a single configservice so as to not conflict test with each other. * Fix ETLPostProcessorTest to use a single configservice so as to not conflict test with each other. removes need for single forks tests tag Removes need for slow tests tag * Combine parquet and pb compression mode Adds a new wrapper class for CompressionCodec from parquet and CompressionMode in pb
jacomago
added a commit
to jacomago/epicsarchiverap
that referenced
this pull request
Feb 1, 2024
Adds support in the plainstorage plugin for storing pb messages in parquet files. * Only recompress the parquet rows when the compression mode changes. This is unnecessary when PR apache/parquet-java#1136 is in the parquet release. * Fix ETLTimeTest to handle src made up of ZIP files. * Fix NamedFlagETLTest to use a single configservice so as to not conflict test with each other. * Fix ETLPostProcessorTest to use a single configservice so as to not conflict test with each other. removes need for single forks tests tag Removes need for slow tests tag * Combine parquet and pb compression mode Adds a new wrapper class for CompressionCodec from parquet and CompressionMode in pb
jacomago
added a commit
to jacomago/epicsarchiverap
that referenced
this pull request
Feb 2, 2024
Adds support in the plainstorage plugin for storing pb messages in parquet files. * Only recompress the parquet rows when the compression mode changes. This is unnecessary when PR apache/parquet-java#1136 is in the parquet release. * Fix ETLTimeTest to handle src made up of ZIP files. * Fix NamedFlagETLTest to use a single configservice so as to not conflict test with each other. * Fix ETLPostProcessorTest to use a single configservice so as to not conflict test with each other. removes need for single forks tests tag Removes need for slow tests tag * Combine parquet and pb compression mode Adds a new wrapper class for CompressionCodec from parquet and CompressionMode in pb
jacomago
added a commit
to jacomago/epicsarchiverap
that referenced
this pull request
Feb 5, 2024
Adds support in the plainstorage plugin for storing pb messages in parquet files. * Only recompress the parquet rows when the compression mode changes. This is unnecessary when PR apache/parquet-java#1136 is in the parquet release. * Fix ETLTimeTest to handle src made up of ZIP files. * Fix NamedFlagETLTest to use a single configservice so as to not conflict test with each other. * Fix ETLPostProcessorTest to use a single configservice so as to not conflict test with each other. removes need for single forks tests tag Removes need for slow tests tag * Combine parquet and pb compression mode Adds a new wrapper class for CompressionCodec from parquet and CompressionMode in pb
jacomago
added a commit
to jacomago/epicsarchiverap
that referenced
this pull request
Feb 7, 2024
Adds support in the plainstorage plugin for storing pb messages in parquet files. * Only recompress the parquet rows when the compression mode changes. This is unnecessary when PR apache/parquet-java#1136 is in the parquet release. * Fix ETLTimeTest to handle src made up of ZIP files. * Fix NamedFlagETLTest to use a single configservice so as to not conflict test with each other. * Fix ETLPostProcessorTest to use a single configservice so as to not conflict test with each other. removes need for single forks tests tag Removes need for slow tests tag * Combine parquet and pb compression mode Adds a new wrapper class for CompressionCodec from parquet and CompressionMode in pb
This was referenced Feb 7, 2024
jacomago
added a commit
to jacomago/epicsarchiverap
that referenced
this pull request
Feb 7, 2024
Adds support in the plainstorage plugin for storing pb messages in parquet files. * Only recompress the parquet rows when the compression mode changes. This is unnecessary when PR apache/parquet-java#1136 is in the parquet release. * Fix ETLTimeTest to handle src made up of ZIP files. * Fix NamedFlagETLTest to use a single configservice so as to not conflict test with each other. * Fix ETLPostProcessorTest to use a single configservice so as to not conflict test with each other. removes need for single forks tests tag Removes need for slow tests tag * Combine parquet and pb compression mode Adds a new wrapper class for CompressionCodec from parquet and CompressionMode in pb
jacomago
added a commit
to jacomago/epicsarchiverap
that referenced
this pull request
Feb 7, 2024
Adds support in the plainstorage plugin for storing pb messages in parquet files. * Only recompress the parquet rows when the compression mode changes. This is unnecessary when PR apache/parquet-java#1136 is in the parquet release. * Fix ETLTimeTest to handle src made up of ZIP files. * Fix NamedFlagETLTest to use a single configservice so as to not conflict test with each other. * Fix ETLPostProcessorTest to use a single configservice so as to not conflict test with each other. removes need for single forks tests tag Removes need for slow tests tag * Combine parquet and pb compression mode Adds a new wrapper class for CompressionCodec from parquet and CompressionMode in pb
jacomago
added a commit
to jacomago/epicsarchiverap
that referenced
this pull request
Feb 7, 2024
Adds support in the plainstorage plugin for storing pb messages in parquet files. * Only recompress the parquet rows when the compression mode changes. This is unnecessary when PR apache/parquet-java#1136 is in the parquet release. * Fix ETLTimeTest to handle src made up of ZIP files. * Fix NamedFlagETLTest to use a single configservice so as to not conflict test with each other. * Fix ETLPostProcessorTest to use a single configservice so as to not conflict test with each other. removes need for single forks tests tag Removes need for slow tests tag * Combine parquet and pb compression mode Adds a new wrapper class for CompressionCodec from parquet and CompressionMode in pb
jacomago
added a commit
to jacomago/epicsarchiverap
that referenced
this pull request
Feb 7, 2024
Adds support in the plainstorage plugin for storing pb messages in parquet files. * Only recompress the parquet rows when the compression mode changes. This is unnecessary when PR apache/parquet-java#1136 is in the parquet release. * Fix ETLTimeTest to handle src made up of ZIP files. * Fix NamedFlagETLTest to use a single configservice so as to not conflict test with each other. * Fix ETLPostProcessorTest to use a single configservice so as to not conflict test with each other. removes need for single forks tests tag Removes need for slow tests tag * Combine parquet and pb compression mode Adds a new wrapper class for CompressionCodec from parquet and CompressionMode in pb
jacomago
added a commit
to jacomago/epicsarchiverap
that referenced
this pull request
Feb 21, 2024
Adds support in the plainstorage plugin for storing pb messages in parquet files. * Only recompress the parquet rows when the compression mode changes. This is unnecessary when PR apache/parquet-java#1136 is in the parquet release. * Fix ETLTimeTest to handle src made up of ZIP files. * Fix NamedFlagETLTest to use a single configservice so as to not conflict test with each other. * Fix ETLPostProcessorTest to use a single configservice so as to not conflict test with each other. removes need for single forks tests tag Removes need for slow tests tag * Combine parquet and pb compression mode Adds a new wrapper class for CompressionCodec from parquet and CompressionMode in pb
This was referenced Feb 21, 2024
jacomago
added a commit
to jacomago/epicsarchiverap
that referenced
this pull request
Feb 21, 2024
Adds support in the plainstorage plugin for storing pb messages in parquet files. * Only recompress the parquet rows when the compression mode changes. This is unnecessary when PR apache/parquet-java#1136 is in the parquet release. * Fix ETLTimeTest to handle src made up of ZIP files. * Fix NamedFlagETLTest to use a single configservice so as to not conflict test with each other. * Fix ETLPostProcessorTest to use a single configservice so as to not conflict test with each other. removes need for single forks tests tag Removes need for slow tests tag * Combine parquet and pb compression mode Adds a new wrapper class for CompressionCodec from parquet and CompressionMode in pb
jacomago
added a commit
to jacomago/epicsarchiverap
that referenced
this pull request
Feb 22, 2024
Adds support in the plainstorage plugin for storing pb messages in parquet files. * Only recompress the parquet rows when the compression mode changes. This is unnecessary when PR apache/parquet-java#1136 is in the parquet release. * Fix ETLTimeTest to handle src made up of ZIP files. * Fix NamedFlagETLTest to use a single configservice so as to not conflict test with each other. * Fix ETLPostProcessorTest to use a single configservice so as to not conflict test with each other. removes need for single forks tests tag Removes need for slow tests tag * Combine parquet and pb compression mode Adds a new wrapper class for CompressionCodec from parquet and CompressionMode in pb
jacomago
added a commit
to jacomago/epicsarchiverap
that referenced
this pull request
Feb 22, 2024
Adds support in the plainstorage plugin for storing pb messages in parquet files. * Only recompress the parquet rows when the compression mode changes. This is unnecessary when PR apache/parquet-java#1136 is in the parquet release. * Fix ETLTimeTest to handle src made up of ZIP files. * Fix NamedFlagETLTest to use a single configservice so as to not conflict test with each other. * Fix ETLPostProcessorTest to use a single configservice so as to not conflict test with each other. removes need for single forks tests tag Removes need for slow tests tag * Combine parquet and pb compression mode Adds a new wrapper class for CompressionCodec from parquet and CompressionMode in pb
jacomago
added a commit
to jacomago/epicsarchiverap
that referenced
this pull request
Apr 24, 2024
Adds support in the plainstorage plugin for storing pb messages in parquet files. * Only recompress the parquet rows when the compression mode changes. This is unnecessary when PR apache/parquet-java#1136 is in the parquet release. * Fix ETLTimeTest to handle src made up of ZIP files. * Fix NamedFlagETLTest to use a single configservice so as to not conflict test with each other. * Fix ETLPostProcessorTest to use a single configservice so as to not conflict test with each other. removes need for single forks tests tag Removes need for slow tests tag * Combine parquet and pb compression mode Adds a new wrapper class for CompressionCodec from parquet and CompressionMode in pb
jacomago
added a commit
to jacomago/epicsarchiverap
that referenced
this pull request
Apr 25, 2024
Adds support in the plainstorage plugin for storing pb messages in parquet files. * Only recompress the parquet rows when the compression mode changes. This is unnecessary when PR apache/parquet-java#1136 is in the parquet release. * Fix ETLTimeTest to handle src made up of ZIP files. * Fix NamedFlagETLTest to use a single configservice so as to not conflict test with each other. * Fix ETLPostProcessorTest to use a single configservice so as to not conflict test with each other. removes need for single forks tests tag Removes need for slow tests tag * Combine parquet and pb compression mode Adds a new wrapper class for CompressionCodec from parquet and CompressionMode in pb
jacomago
added a commit
to jacomago/epicsarchiverap
that referenced
this pull request
Apr 25, 2024
Adds support in the plainstorage plugin for storing pb messages in parquet files. * Only recompress the parquet rows when the compression mode changes. This is unnecessary when PR apache/parquet-java#1136 is in the parquet release. * Fix ETLTimeTest to handle src made up of ZIP files. * Fix NamedFlagETLTest to use a single configservice so as to not conflict test with each other. * Fix ETLPostProcessorTest to use a single configservice so as to not conflict test with each other. removes need for single forks tests tag Removes need for slow tests tag * Combine parquet and pb compression mode Adds a new wrapper class for CompressionCodec from parquet and CompressionMode in pb
jacomago
added a commit
to jacomago/epicsarchiverap
that referenced
this pull request
May 13, 2024
Adds support in the plainstorage plugin for storing pb messages in parquet files. * Only recompress the parquet rows when the compression mode changes. This is unnecessary when PR apache/parquet-java#1136 is in the parquet release. * Fix ETLTimeTest to handle src made up of ZIP files. * Fix NamedFlagETLTest to use a single configservice so as to not conflict test with each other. * Fix ETLPostProcessorTest to use a single configservice so as to not conflict test with each other. removes need for single forks tests tag Removes need for slow tests tag * Combine parquet and pb compression mode Adds a new wrapper class for CompressionCodec from parquet and CompressionMode in pb
jacomago
added a commit
to jacomago/epicsarchiverap
that referenced
this pull request
May 13, 2024
Adds support in the plainstorage plugin for storing pb messages in parquet files. * Only recompress the parquet rows when the compression mode changes. This is unnecessary when PR apache/parquet-java#1136 is in the parquet release. * Fix ETLTimeTest to handle src made up of ZIP files. * Fix NamedFlagETLTest to use a single configservice so as to not conflict test with each other. * Fix ETLPostProcessorTest to use a single configservice so as to not conflict test with each other. removes need for single forks tests tag Removes need for slow tests tag * Combine parquet and pb compression mode Adds a new wrapper class for CompressionCodec from parquet and CompressionMode in pb
jacomago
added a commit
to jacomago/epicsarchiverap
that referenced
this pull request
May 29, 2024
Adds support in the plainstorage plugin for storing pb messages in parquet files. * Only recompress the parquet rows when the compression mode changes. This is unnecessary when PR apache/parquet-java#1136 is in the parquet release. * Fix ETLTimeTest to handle src made up of ZIP files. * Fix NamedFlagETLTest to use a single configservice so as to not conflict test with each other. * Fix ETLPostProcessorTest to use a single configservice so as to not conflict test with each other. removes need for single forks tests tag Removes need for slow tests tag * Combine parquet and pb compression mode Adds a new wrapper class for CompressionCodec from parquet and CompressionMode in pb
jacomago
added a commit
to jacomago/epicsarchiverap
that referenced
this pull request
Jul 5, 2024
Adds support in the plainstorage plugin for storing pb messages in parquet files. * Only recompress the parquet rows when the compression mode changes. This is unnecessary when PR apache/parquet-java#1136 is in the parquet release. * Fix ETLTimeTest to handle src made up of ZIP files. * Fix NamedFlagETLTest to use a single configservice so as to not conflict test with each other. * Fix ETLPostProcessorTest to use a single configservice so as to not conflict test with each other. removes need for single forks tests tag Removes need for slow tests tag * Combine parquet and pb compression mode Adds a new wrapper class for CompressionCodec from parquet and CompressionMode in pb
jacomago
added a commit
to jacomago/epicsarchiverap
that referenced
this pull request
Jul 5, 2024
Adds support in the plainstorage plugin for storing pb messages in parquet files. * Only recompress the parquet rows when the compression mode changes. This is unnecessary when PR apache/parquet-java#1136 is in the parquet release. * Fix ETLTimeTest to handle src made up of ZIP files. * Fix NamedFlagETLTest to use a single configservice so as to not conflict test with each other. * Fix ETLPostProcessorTest to use a single configservice so as to not conflict test with each other. removes need for single forks tests tag Removes need for slow tests tag * Combine parquet and pb compression mode Adds a new wrapper class for CompressionCodec from parquet and CompressionMode in pb
jacomago
added a commit
to jacomago/epicsarchiverap
that referenced
this pull request
Jul 5, 2024
Adds support in the plainstorage plugin for storing pb messages in parquet files. * Only recompress the parquet rows when the compression mode changes. This is unnecessary when PR apache/parquet-java#1136 is in the parquet release. * Fix ETLTimeTest to handle src made up of ZIP files. * Fix NamedFlagETLTest to use a single configservice so as to not conflict test with each other. * Fix ETLPostProcessorTest to use a single configservice so as to not conflict test with each other. removes need for single forks tests tag Removes need for slow tests tag * Combine parquet and pb compression mode Adds a new wrapper class for CompressionCodec from parquet and CompressionMode in pb
jacomago
added a commit
to jacomago/epicsarchiverap
that referenced
this pull request
Jul 5, 2024
Adds support in the plainstorage plugin for storing pb messages in parquet files. * Only recompress the parquet rows when the compression mode changes. This is unnecessary when PR apache/parquet-java#1136 is in the parquet release. * Fix ETLTimeTest to handle src made up of ZIP files. * Fix NamedFlagETLTest to use a single configservice so as to not conflict test with each other. * Fix ETLPostProcessorTest to use a single configservice so as to not conflict test with each other. removes need for single forks tests tag Removes need for slow tests tag * Combine parquet and pb compression mode Adds a new wrapper class for CompressionCodec from parquet and CompressionMode in pb
jacomago
added a commit
to jacomago/epicsarchiverap
that referenced
this pull request
Aug 5, 2024
Adds support in the plainstorage plugin for storing pb messages in parquet files. * Only recompress the parquet rows when the compression mode changes. This is unnecessary when PR apache/parquet-java#1136 is in the parquet release. * Fix ETLTimeTest to handle src made up of ZIP files. * Fix NamedFlagETLTest to use a single configservice so as to not conflict test with each other. * Fix ETLPostProcessorTest to use a single configservice so as to not conflict test with each other. removes need for single forks tests tag Removes need for slow tests tag * Combine parquet and pb compression mode Adds a new wrapper class for CompressionCodec from parquet and CompressionMode in pb
jacomago
added a commit
to jacomago/epicsarchiverap
that referenced
this pull request
Aug 5, 2024
Adds support in the plainstorage plugin for storing pb messages in parquet files. * Only recompress the parquet rows when the compression mode changes. This is unnecessary when PR apache/parquet-java#1136 is in the parquet release. * Fix ETLTimeTest to handle src made up of ZIP files. * Fix NamedFlagETLTest to use a single configservice so as to not conflict test with each other. * Fix ETLPostProcessorTest to use a single configservice so as to not conflict test with each other. removes need for single forks tests tag Removes need for slow tests tag * Combine parquet and pb compression mode Adds a new wrapper class for CompressionCodec from parquet and CompressionMode in pb
jacomago
added a commit
to jacomago/epicsarchiverap
that referenced
this pull request
Aug 6, 2024
Adds support in the plainstorage plugin for storing pb messages in parquet files. * Only recompress the parquet rows when the compression mode changes. This is unnecessary when PR apache/parquet-java#1136 is in the parquet release. * Fix ETLTimeTest to handle src made up of ZIP files. * Fix NamedFlagETLTest to use a single configservice so as to not conflict test with each other. * Fix ETLPostProcessorTest to use a single configservice so as to not conflict test with each other. removes need for single forks tests tag Removes need for slow tests tag * Combine parquet and pb compression mode Adds a new wrapper class for CompressionCodec from parquet and CompressionMode in pb
jacomago
added a commit
to jacomago/epicsarchiverap
that referenced
this pull request
Nov 21, 2024
Adds support in the plainstorage plugin for storing pb messages in parquet files. * Only recompress the parquet rows when the compression mode changes. This is unnecessary when PR apache/parquet-java#1136 is in the parquet release. * Fix ETLTimeTest to handle src made up of ZIP files. * Fix NamedFlagETLTest to use a single configservice so as to not conflict test with each other. * Fix ETLPostProcessorTest to use a single configservice so as to not conflict test with each other. removes need for single forks tests tag Removes need for slow tests tag * Combine parquet and pb compression mode Adds a new wrapper class for CompressionCodec from parquet and CompressionMode in pb
jacomago
added a commit
to jacomago/epicsarchiverap
that referenced
this pull request
Nov 29, 2024
Adds support in the plainstorage plugin for storing pb messages in parquet files. * Only recompress the parquet rows when the compression mode changes. This is unnecessary when PR apache/parquet-java#1136 is in the parquet release. * Fix ETLTimeTest to handle src made up of ZIP files. * Fix NamedFlagETLTest to use a single configservice so as to not conflict test with each other. * Fix ETLPostProcessorTest to use a single configservice so as to not conflict test with each other. removes need for single forks tests tag Removes need for slow tests tag * Combine parquet and pb compression mode Adds a new wrapper class for CompressionCodec from parquet and CompressionMode in pb
jacomago
added a commit
to jacomago/epicsarchiverap
that referenced
this pull request
Jan 22, 2025
Adds support in the plainstorage plugin for storing pb messages in parquet files. * Only recompress the parquet rows when the compression mode changes. This is unnecessary when PR apache/parquet-java#1136 is in the parquet release. * Fix ETLTimeTest to handle src made up of ZIP files. * Fix NamedFlagETLTest to use a single configservice so as to not conflict test with each other. * Fix ETLPostProcessorTest to use a single configservice so as to not conflict test with each other. removes need for single forks tests tag Removes need for slow tests tag * Combine parquet and pb compression mode Adds a new wrapper class for CompressionCodec from parquet and CompressionMode in pb
jacomago
added a commit
to jacomago/epicsarchiverap
that referenced
this pull request
Jan 22, 2025
Adds support in the plainstorage plugin for storing pb messages in parquet files. * Only recompress the parquet rows when the compression mode changes. This is unnecessary when PR apache/parquet-java#1136 is in the parquet release. * Fix ETLTimeTest to handle src made up of ZIP files. * Fix NamedFlagETLTest to use a single configservice so as to not conflict test with each other. * Fix ETLPostProcessorTest to use a single configservice so as to not conflict test with each other. removes need for single forks tests tag Removes need for slow tests tag * Combine parquet and pb compression mode Adds a new wrapper class for CompressionCodec from parquet and CompressionMode in pb
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Currently, the ParquetRewiter creates the
ColumnReadStoreImpl crStore
and reuses it for all the blocks rewriting. This should be incorrect and we should create thecrStore
for each block that needs to be rewritten. Otherwise, we will fail as the following:Jira
Tests
Adds
testRewriteFileWithMultipleBlocks
inParquetRewriterTest
.Commits
Documentation