This is an automated email from the ASF dual-hosted git repository.
github-merge-queue[bot] pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion.git
from 2d1d53e2af fixing factorial negative values (#22278)
add b4739e5031 refactor(parquet-datasource): split opener.rs into an
opener/ module (#22346)
No new revisions were added by this update.
Summary of changes:
.../datasource-parquet/src/opener/early_stop.rs | 107 ++++++++++++++
.../datasource-parquet/src/opener/encryption.rs | 104 +++++++++++++
.../src/{opener.rs => opener/mod.rs} | 161 +--------------------
3 files changed, 219 insertions(+), 153 deletions(-)
create mode 100644 datafusion/datasource-parquet/src/opener/early_stop.rs
create mode 100644 datafusion/datasource-parquet/src/opener/encryption.rs
rename datafusion/datasource-parquet/src/{opener.rs => opener/mod.rs} (96%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]