Split out from #22247.
Mismatch
SIMILAR TO should treat % as a wildcard.
SELECT 'abc' SIMILAR TO 'a%';
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
SIMILAR TOshould treat%as a wildcard.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.