Commit 3c052ef
test: drop xfail on timestamp[s] parquet roundtrip
pyarrow.parquet promotes timestamp[s] to timestamp[ms] on write (apache/arrow#41382),
so the read array never matched the input. Cast the expected array to timestamp[ms]
in test_simple_select to assert DataFusion reads what Arrow actually stored.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 5387f30 commit 3c052ef
1 file changed
Lines changed: 10 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
450 | 450 | | |
451 | 451 | | |
452 | 452 | | |
453 | | - | |
454 | 453 | | |
455 | 454 | | |
456 | 455 | | |
457 | | - | |
458 | | - | |
459 | | - | |
460 | 456 | | |
461 | 457 | | |
462 | 458 | | |
| |||
484 | 480 | | |
485 | 481 | | |
486 | 482 | | |
| 483 | + | |
| 484 | + | |
| 485 | + | |
| 486 | + | |
| 487 | + | |
| 488 | + | |
| 489 | + | |
| 490 | + | |
| 491 | + | |
| 492 | + | |
487 | 493 | | |
488 | 494 | | |
489 | 495 | | |
| |||
0 commit comments