prodeezy opened a new pull request #668: Hybrid Vectorized reader defaulting to Row-based reading URL: https://github.com/apache/incubator-iceberg/pull/668 This issue addresses Vectorized read milestone [issue#520](https://github.com/apache/incubator-iceberg/issues/520) This reader defaults to row-based reading when it detects that vectorization isn't possible. Criteria for turning off vectorization is when, either `iceberg.read.disablebatchedreads` is set to true on as Reader options, Or, when Reader detects complex type in the projection schema. The former overrides the latter.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
