andygrove merged PR #1677:
URL: https://github.com/apache/datafusion-comet/pull/1677
--
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...@
codecov-commenter commented on PR #1677:
URL:
https://github.com/apache/datafusion-comet/pull/1677#issuecomment-2825234249
##
[Codecov](https://app.codecov.io/gh/apache/datafusion-comet/pull/1677?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_ca
andygrove commented on code in PR #1677:
URL: https://github.com/apache/datafusion-comet/pull/1677#discussion_r2056187263
##
native/Cargo.toml:
##
@@ -38,16 +38,16 @@ arrow = { version = "55.0.0", features = ["prettyprint",
"ffi", "chrono-tz"] }
async-trait = { version = "0.1"
EmilyMatt commented on code in PR #1677:
URL: https://github.com/apache/datafusion-comet/pull/1677#discussion_r2056074078
##
.github/workflows/miri.yml:
##
@@ -38,6 +38,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
+ - name: Install
EmilyMatt commented on code in PR #1677:
URL: https://github.com/apache/datafusion-comet/pull/1677#discussion_r2056071541
##
native/Cargo.toml:
##
@@ -38,16 +38,16 @@ arrow = { version = "55.0.0", features = ["prettyprint",
"ffi", "chrono-tz"] }
async-trait = { version = "0.1"
andygrove commented on code in PR #1677:
URL: https://github.com/apache/datafusion-comet/pull/1677#discussion_r2056028940
##
native/Cargo.toml:
##
@@ -38,16 +38,16 @@ arrow = { version = "55.0.0", features = ["prettyprint",
"ffi", "chrono-tz"] }
async-trait = { version = "0.1"
EmilyMatt opened a new pull request, #1677:
URL: https://github.com/apache/datafusion-comet/pull/1677
## Rationale for this change
Reduce the amount of duplicate crates due to crates that use outdated
versions, thereby improving compile times and reducing binary size.
Some