Jimexist commented on code in PR #4041:
URL: https://github.com/apache/arrow-datafusion/pull/4041#discussion_r1009937128
##########
datafusion/physical-expr/Cargo.toml:
##########
@@ -57,3 +57,4 @@ rand = "0.8"
regex = { version = "^1.4.3", optional = true }
sha2 = { version = "^0.10.1", optional = true }
unicode-segmentation = { version = "^1.7.1", optional = true }
+uuid = { version = "^1.2", features = ["v4"] }
Review Comment:
unlike the:
- #3993
one i'd argue that `uuid` is a bit ubiquitous so this should be fine
##########
datafusion/physical-expr/Cargo.toml:
##########
@@ -57,3 +57,4 @@ rand = "0.8"
regex = { version = "^1.4.3", optional = true }
sha2 = { version = "^0.10.1", optional = true }
unicode-segmentation = { version = "^1.7.1", optional = true }
+uuid = { version = "^1.2", features = ["v4"] }
Review Comment:
unlike the:
- #3993
one i'd argue that `uuid` is a bit ubiquitous so this should be fine
--
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]