comphead closed issue #16383: Can't publish datafusion-spark crate due to error
URL: https://github.com/apache/datafusion/issues/16383
--
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 com
alamb commented on issue #16383:
URL: https://github.com/apache/datafusion/issues/16383#issuecomment-2967050602
🎉
--
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 unsubs
alamb closed issue #16383: Can't publish datafusion-spark crate due to error
URL: https://github.com/apache/datafusion/issues/16383
--
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 commen
xudong963 commented on issue #16383:
URL: https://github.com/apache/datafusion/issues/16383#issuecomment-2967031389
Nice, just published datafusion-sqllogictest by fixing the files locally
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on
alamb commented on issue #16383:
URL: https://github.com/apache/datafusion/issues/16383#issuecomment-2966455712
I manually updated the cargo file (applied the patch above) and ran `cargo
publish` to get this to publish at 48.0.0:
- https://crates.io/crates/datafusion-spark/48.0.0
alamb commented on issue #16383:
URL: https://github.com/apache/datafusion/issues/16383#issuecomment-2964988514
I found I could fix the compilation error by applying this patch
```diff
diff --git a/datafusion/spark/Cargo.toml b/datafusion/spark/Cargo.toml
index 1ded8c40a..caebcbd
xudong963 commented on issue #16383:
URL: https://github.com/apache/datafusion/issues/16383#issuecomment-2965317151
After this is fixed, we can publish sqllogictest, because it depends on
spark ♾
```
cd datafusion/sqllogictest && cargo publish --allow-dirty
Updating crates.io i
alamb commented on issue #16383:
URL: https://github.com/apache/datafusion/issues/16383#issuecomment-2965049836
I have a PR to fix it here (found while writing tests):
- https://github.com/apache/datafusion/pull/16384
--
This is an automated message from the Apache Git Service.
To respo
alamb opened a new issue, #16383:
URL: https://github.com/apache/datafusion/issues/16383
### Describe the bug
Filing a ticket for something @xudong963 hit today (I can't remember where
this was mentioned):
When trying to publish the `datafusion-spark` crate it generates the
f