rok commented on code in PR #14191: URL: https://github.com/apache/arrow/pull/14191#discussion_r1025573592
########## cpp/src/parquet/encoding.cc: ########## @@ -2060,6 +2062,220 @@ class DictByteArrayDecoderImpl : public DictDecoderImpl<ByteArrayType>, } }; +// ---------------------------------------------------------------------- +// DeltaBitPackEncoder Review Comment: Added. Please check if it's too much or too little? -- 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 specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
