alamb commented on code in PR #14065: URL: https://github.com/apache/datafusion/pull/14065#discussion_r1910263895
########## datafusion/common/src/pyarrow.rs: ########## @@ -138,6 +138,9 @@ mod tests { fn test_py_scalar() { init_python(); + // TODO: remove this attribute when bumping pyo3 to v0.23.0 + // See: <https://github.com/PyO3/pyo3/blob/v0.23.0/guide/src/migration.md#gil-refs-feature-removed> + #[allow(unexpected_cfgs)] Review Comment: pyo3 will be updated in - https://github.com/apache/datafusion/pull/13663 I need to find some time to polish that PR a bit -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org