Abdullah Sabaa Allil
Abdullah Sabaa Allil
### Is your feature request related to a problem or challenge? It would be nice if Datafusion has support for better timezone functionalities. Though painful, local time is often used...
### Describe the bug When casting a string to a timestamp with time zone as an argument, I get the following error: ``` Error while planning query: Internal error: binary_op...
### Describe the bug When using the `date_bin` function, while providing a time zone to the column used in `date_bin` , and using a range that contains daylight savings (i.e....
### Describe the bug Consider the following query: ``` DataFusion CLI v41.0.0 > select ('2024-08-27T08:21:27Z'::timestamp + interval '1 day' - interval '1 second' - interval '1 day'); +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | Utf8("2024-08-27T08:21:27Z")...