Dandandan commented on issue #22247:
URL: https://github.com/apache/datafusion/issues/22247#issuecomment-4467462228

   Splitting this umbrella into one issue per mismatch so each can be picked up 
independently. All new issues are labeled `bug` and `good first issue`.
   
   1. `^` evaluates as bitwise XOR instead of exponentiation — #22252
   2. `SIMILAR TO` should treat `%` as a wildcard — #22263
   3. `replace` with an empty search string should be a no-op — #22253
   4. `array_length` of an empty array dimension should be NULL — #22264
   5. Negative array subscripts should not index from the end — #22254
   6. `time + interval` should wrap within the 24-hour time domain — #22265
   7. `time - interval` should wrap within the 24-hour time domain — #22255
   8. `extract(second ...)` should preserve fractional seconds — #22266
   9. `extract(milliseconds ...)` should preserve fractional milliseconds — 
#22256
   10. `regexp_count` should count empty-pattern matches — #22267
   11. `regexp_instr` with an empty pattern should return 1 — #22257
   12. `regexp_like` should honor PostgreSQL multiline flag `m` — #22268
   13. `regexp_replace` should honor PostgreSQL multiline flag `m` — #22258
   14. `round(float8)` should match PostgreSQL half-tie behavior — #22269
   15. `factorial(21)` should not overflow when PostgreSQL returns a numeric 
answer — #22259
   16. `factorial` of a negative value should error — #22270
   17. `sqrt(-1.0::float8)` should error, not return NaN — #22260
   18. `ln(-1.0::float8)` should error, not return NaN — #22271
   19. `log(0.0::float8)` should error, not return `-inf` — #22261
   20. `power(0.0::float8, -1.0::float8)` should error, not return infinity — 
#22272
   
   Closing in favor of the split-out issues.
   


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to