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


##########
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:
   you're right @gabotechs it should have been
   
   ```toml 
   substrait = { version = "=0.62.2", features = ["serde"] }
   ```
   
   



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