[ 
https://issues.apache.org/jira/browse/PARQUET-2405?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

ASF GitHub Bot updated PARQUET-2405:
------------------------------------
    Labels: pull-request-available  (was: )

> 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
>          Components: parquet-mr
>            Reporter: Atour Mousavi Gourabi
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> 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)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to