comphead commented on issue #3981:
URL:
https://github.com/apache/arrow-datafusion/issues/3981#issuecomment-1295925490
Hi @tustvold
I have tried to build it first
```
$ cargo build
Compiling datafusion-proto v13.0.0 (arrow-datafusion/datafusion/proto)
error[E0599]: no variant or associated item named `CurrentDate` found for
enum `datafusion::ScalarFunction` in the current scope
--> datafusion/proto/src/to_proto.rs:1181:57
|
1181 | BuiltinScalarFunction::CurrentDate => Self::CurrentDate,
| ^^^^^^^^^^^
variant or associated item not found in `datafusion::ScalarFunction`
|
::: datafusion/proto/src/generated/prost.rs:1154:1
```
If I go to prost.rs I dont see CurrentDate generated. I suppose
`BuiltinScalarFunction` enum is the driver to generate new code?
--
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]