Split out from #22247.
Mismatch
time + interval should wrap within the 24-hour time domain.
SELECT time '23:30' + interval '2 hours';
PostgreSQL:
DataFusion:
Expected behavior
For PostgreSQL-compatible SQL semantics, DataFusion should either match PostgreSQL's result or raise the same class of domain/semantic error.
Split out from #22247.
Mismatch
time + intervalshould wrap within the 24-hour time domain.PostgreSQL:
DataFusion:
Expected behavior
For PostgreSQL-compatible SQL semantics, DataFusion should either match PostgreSQL's result or raise the same class of domain/semantic error.