houqp commented on a change in pull request #1556: URL: https://github.com/apache/arrow-datafusion/pull/1556#discussion_r785398875
########## File path: datafusion/Cargo.toml ########## @@ -74,14 +76,24 @@ regex = { version = "^1.4.3", optional = true } lazy_static = { version = "^1.4.0" } smallvec = { version = "1.6", features = ["union"] } rand = "0.8" -avro-rs = { version = "0.13", features = ["snappy"], optional = true } num-traits = { version = "0.2", optional = true } pyo3 = { version = "0.14", optional = true } +avro-schema = { version = "0.2", optional = true } Review comment: yes, looks like this is required in order to create an arrow2 avro reader. -- 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...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org