gabotechs commented on code in PR #20827:
URL: https://github.com/apache/datafusion/pull/20827#discussion_r2911468959


##########
datafusion/substrait/Cargo.toml:
##########
@@ -44,7 +44,7 @@ object_store = { workspace = true }
 # We need to match the version in substrait, so we don't use the workspace 
version here
 pbjson-types = { version = "0.8.0" }
 prost = { workspace = true }
-substrait = { version = "0.62", features = ["serde"] }
+substrait = { version = "0.62.2", features = ["serde"] }

Review Comment:
   🤔 Is this really pinning the version? this means:
   
   ```
   >= 0.62.2 and < 0.63.0
   ```
   
   Which actually gets satisfied by 0.62.3 



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

Reply via email to