Skip to content

Conversation

manuzhang
Copy link
Member

No description provided.

Copy link
Contributor

@kevinjqliu kevinjqliu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Comment on lines +25 to +29
paths:
- ".github/workflows/bindings_python_ci.yml"
- "bindings/python/**"
- "crates/iceberg/**"
- "crates/integrations/datafusion/**"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

crates/iceberg/ and crates/integrations/datafusion/ since we depend on those here

[dependencies]
arrow = { version = "55.1", features = ["pyarrow", "chrono-tz"] }
iceberg = { path = "../../crates/iceberg" }
pyo3 = { version = "0.24.1", features = ["extension-module", "abi3-py39"] }
iceberg-datafusion = { path = "../../crates/integrations/datafusion" }

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is incorrect? If we changed Cargo.toml, we should also run ci? cc @manuzhang @kevinjqliu

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yea great catch. @manuzhang maybe we can use the similar logic to .github/workflows/ci.yml

@kevinjqliu kevinjqliu merged commit 034340f into apache:main Sep 18, 2025
17 checks passed
@kevinjqliu
Copy link
Contributor

Thanks @manuzhang

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants