westonpace commented on issue #34515:
URL: https://github.com/apache/arrow/issues/34515#issuecomment-1468473413
Can you share `predicate_filter_expressions`? It sounds like you have a
filter like `field_ref("timestamp_col") > 17` and you perhaps want something
like `field_ref("timestamp_col") >
literal(std::make_shared<TimestampScalar>(timestamp(), 17))`?
--
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]