andygrove commented on pull request #8172:
URL: https://github.com/apache/arrow/pull/8172#issuecomment-695804151
@jorgecarleitao This needs rebasing against master. I ran into compilation
issues after merging master into this branch.
```
error[E0308]: mismatched types
--> datafusion/src/physical_plan/functions.rs:504:33
|
504 | ScalarValue::UInt64(1),
| ^
| |
| expected enum `std::option::Option`,
found integer
| help: try using a variant of the
expected enum: `Some(1)`
```
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]