icexelloss commented on issue #34365:
URL: https://github.com/apache/arrow/issues/34365#issuecomment-1446622462
```
"expressions": [
{
"cast": {
"type": {
"i64": {
"nullability": "NULLABILITY_NULLABLE"
}
},
"input": {
"scalarFunction": {
"functionReference": 1,
"outputType": {
"i64": {
"nullability": "NULLABILITY_NULLABLE"
}
}
}
}
}
}
]
```
This doesn't quite make sense to me. This is saying "cast the output of
scalar function 1 (floor) to int" but it doesn't say what is the input to the
floor function (also doesn't seem to appear anywhere else in the plan what is
the input to "floor")
--
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]