zhuqi-lucas opened a new issue, #24286:
URL: https://github.com/apache/datafusion/issues/24286

   Follow-up to #23696 (review comment).
   
   The initial decoder / `rg_plan` / `filter_installed` / `row_filter_context` 
construction in `ParquetOpener::open` — the `let (decoder, rg_plan, 
filter_installed, row_filter_context) = { ... }` block in 
`datafusion/datasource-parquet/src/opener/mod.rs` — should be factored out into 
a helper returning a named struct (e.g. `InitialDecoderState`) to shorten 
`open` and make the setup easier to follow.
   
   Suggested by @adriangb in 
https://github.com/apache/datafusion/pull/23696#discussion_r3766050626


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


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

Reply via email to