alamb commented on code in PR #24475:
URL: https://github.com/apache/datafusion/pull/24475#discussion_r3808213628
##########
.github/workflows/rust.yml:
##########
@@ -287,6 +287,35 @@ jobs:
- name: Check datafusion-functions (unicode_expressions)
run: cargo check --profile ci --no-default-features -p
datafusion-functions --features=unicode_expressions
+ # Check datafusion-spark crate features
Review Comment:
It is strange to see an entirely new job for this, but it mirrors what the
other check jobs do 🤷
Maybe we can consolidate some of the check jobs to reduce CI cost
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]