raulcd commented on issue #37355:
URL: https://github.com/apache/arrow/issues/37355#issuecomment-1691904066

   As a clarification the same test fails installing parrow==13.0.0:
   ```
   pyarrow.Table
   timestamp: timestamp[ns, tz=Europe/Paris] not null
   ----
   timestamp: [[]]
   filters=None ok
   filters=(timestamp <= 2023-08-24 10:00:00.000001) ok
   Traceback (most recent call last):
     File "/home/raulcd/code/raul-test13/test.py", line 40, in <module>
       table = pq.read_table(buffer, filters=filters)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
     File 
"/home/raulcd/code/raul-test13/test/lib/python3.11/site-packages/pyarrow/parquet/core.py",
 line 3002, in read_table
       return dataset.read(columns=columns, use_threads=use_threads,
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
     File 
"/home/raulcd/code/raul-test13/test/lib/python3.11/site-packages/pyarrow/parquet/core.py",
 line 2630, in read
       table = self._dataset.to_table(
               ^^^^^^^^^^^^^^^^^^^^^^^
     File "pyarrow/_dataset.pyx", line 547, in pyarrow._dataset.Dataset.to_table
     File "pyarrow/_dataset.pyx", line 393, in pyarrow._dataset.Dataset.scanner
     File "pyarrow/_dataset.pyx", line 3391, in 
pyarrow._dataset.Scanner.from_dataset
     File "pyarrow/_dataset.pyx", line 3309, in 
pyarrow._dataset.Scanner._make_scan_options
     File "pyarrow/_dataset.pyx", line 3243, in 
pyarrow._dataset._populate_builder
     File "pyarrow/_compute.pyx", line 2595, in pyarrow._compute._bind
     File "pyarrow/error.pxi", line 144, in 
pyarrow.lib.pyarrow_internal_check_status
     File "pyarrow/error.pxi", line 121, in pyarrow.lib.check_status
   pyarrow.lib.ArrowNotImplementedError: Function 'less_equal' has no kernel 
matching input types (timestamp[ns, tz=Europe/Paris], timestamp[s])
   ```


-- 
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]

Reply via email to