bkietz opened a new pull request #9466:
URL: https://github.com/apache/arrow/pull/9466
The bug listed in ARROW-11379 was fixed in ARROW-8919, so I've added a test
and better formatting for temporal scalars so that filters on timestamps are
clearer:
```python
In [1]: ds.field("dates") > pd.Timestamp("2012-01-01")
Out[1]: <pyarrow.dataset.Expression (dates > 2012-01-01 00:00:00.000000)>
```
----------------------------------------------------------------
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]