rluvaton commented on code in PR #9700:
URL: https://github.com/apache/arrow-rs/pull/9700#discussion_r3116984041


##########
parquet/src/data_type.rs:
##########
@@ -803,6 +804,10 @@ pub(crate) mod private {
             Ok(values_read)
         }
 
+        fn plain_encoded_size(&self) -> usize {
+            panic!("Dictionary encoding should not be used for BOOLEAN type")
+        }

Review Comment:
   the panic message says that **dictionary** encoding should not be used, but 
the function name is `plain`, and not for dictionary encoding



-- 
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]

Reply via email to