dwsmith1983 commented on issue #2298:
URL:
https://github.com/apache/datafusion-comet/issues/2298#issuecomment-5637838433
The `hdfs` feature this issue refers to was the fs-hdfs based crate, which
#4904 (691e2ae94) removed. HDFS support is now the `hdfs-opendal` feature, and
it is in the default feature set of native/core (Cargo.toml `default =
["hdfs-opendal"]`), so the standard CI build and `cargo nextest run` compile
it, and `ParquetReadFromFakeHadoopFsSuite` from #2272, which is gated on
`isFeatureEnabled("hdfs-opendal")`, runs in the regular Java test job instead
of being skipped. Suggest closing.
--
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]