realno opened a new pull request #1802:
URL: https://github.com/apache/arrow-datafusion/pull/1802
# Which issue does this PR close?
# Rationale for this change
Fixing the following error message on M1 Mac
```
Compiling datafusion-cli v7.0.0
(/Users/realno/Dev/arrow-datafusion/datafusion-cli)
error[E0046]: not all trait items implemented, missing: `output_ordering`
--> ballista/rust/core/src/serde/mod.rs:713:5
|
713 | impl ExecutionPlan for TopKExec {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `output_ordering` in
implementation
|
= help: implement the missing item: `fn output_ordering(&self) ->
std::option::Option<&[PhysicalSortExpr]> { todo!() }`
For more information about this error, try `rustc --explain E0046`.
error: could not compile `ballista-core` due to previous error
warning: build failed, waiting for other jobs to finish...
error: build failed
```
# What changes are included in this PR?
Fixing build issue.
# Are there any user-facing changes?
No
--
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]