Atour Mousavi Gourabi created PARQUET-2405: ----------------------------------------------
Summary: Include logic for a fallback CodecFactory implementation Key: PARQUET-2405 URL: https://issues.apache.org/jira/browse/PARQUET-2405 Project: Parquet Issue Type: New Feature Reporter: Atour Mousavi Gourabi Now that CodecFactories are pluggable in the read/write API, a fallback CodecFactory implementation should be included. This would allow users to more easily implement their own partially delegating CodecFactory for, for example, hardware accelerating a codec they expect to encounter a lot, without failing on codecs they did not implement themselves. For these cases, the fallback implementation could delegate to the default (Direct)CodecFactory, or any other implementation of their liking. -- This message was sent by Atlassian Jira (v8.20.10#820010)