fudini commented on issue #7653:
URL:
https://github.com/apache/arrow-datafusion/issues/7653#issuecomment-1887814581
Maybe this issue needs reopening because it no longer compiles without
default features with following error:
```bash
error[E0412]: cannot find type `ParquetSink` in this scope
--> datafusion/proto/src/physical_plan/mod.rs:962:32
|
962 | let data_sink: ParquetSink = sink
| ^^^^^^^^^^^ not found in this scope
|
help: consider importing one of these items
|
18 + use crate::protobuf::ParquetSink;
```
--
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]