You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add ReaderProperties::kAvroUseDirectDecoder config flag (default: true)
- Direct decoder is now the default for better performance
- Legacy GenericDatum decoder returns NotImplemented error
- Users can disable direct decoder by setting avro.use-direct-decoder=false
(will get deprecation error message)
This addresses feedback from wgtmac to add a feature flag as a safety
measure in case of bugs in the new direct decoder implementation.
0 commit comments