[BUG] orc reader returning an incorrect timestamp for `rockylinux8`
- Dominant language
- C++
- Stars
- 9.8k
- Forks
- 1.1k
- Avg merge
- 3d 6m
- Merged PRs (30d)
- 278
Description
**Describe the bug**
This bug is OS specific and happens only in `rocklylinux8`. We already have a pytest that is failing. This issue surfaced after arrow-16.1 upgrade.
**Steps/Code to reproduce bug**
```python
FAILED tests/test_orc.py::test_orc_reader_apache_negative_timestamp - AssertionError: DataFrame.iloc[:, 0] (column name="v") are different
DataFrame.iloc[:, 0] (column name="v") values are different (100.0 %)
[index]: [0]
[left]: [8265956376710189616]
[right]: [8265956798710189616]
```
**Expected behavior**
Match pandas.
**Environment overview (please complete the following information)**
- Environment location: [Bare-metal]
- Method of cuDF install: [from source]
**Environment details**
Please run and paste the output of the `cudf/print_env.sh` script here, to gather any other relevant environment details
Contributor guide
Assessment
This issue has not been assessed yet.