tustvold commented on code in PR #1588:
URL: https://github.com/apache/arrow-rs/pull/1588#discussion_r864989404
##########
parquet/src/arrow/array_reader/builder.rs:
##########
@@ -129,9 +129,10 @@ impl<'a> TypeVisitor<Option<Box<dyn ArrayReader>>, &'a
ArrayReaderBuilderContext
let null_mask_only = match cur_type.get_basic_info().repetition() {
Repetition::REPEATED => {
- new_context.def_level += 1;
- new_context.rep_level += 1;
- false
+ return Err(ArrowError(format!(
Review Comment:
This just moves the error to earlier, there is no point continuing if this
is not supported anyway :grin:
--
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]