alamb commented on PR #13508:
URL: https://github.com/apache/datafusion/pull/13508#issuecomment-2491009323

   > Why is CI forced to run in arrow 53.3 🤔 ?
   
   My thinking was that explicitly using arrow 53.3 will ensure that any bugs 
we fix that rely on arrow 53.3 features will work correctly.
   
   If we don't update DataFusion to explicitly use 53.3.0 in Cargo.toml, CI 
will run (and use 53.3.0) but other projects with DataFusion could potentially 
use 53.2.0. If we add code to DataFusion that relies on 53.3.0 (like some of 
the `LIKE` fixes) this would be broken


-- 
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

Reply via email to