Datetime in Trino row_condition is bound as VARCHAR, causing TIMESTAMP type mismatch #12010
Trino row condition binds Python
|
Replies: 2 comments 2 replies
|
hey @hsanslavillepro, thanks for the bug report! It's a bug on our end, and should be straightforward to patch. I'll likely be able to ship the fix in this week's release, and will let you know when it goes out. Thanks again! |
|
@hsanslavillepro I've converted this to an issue as #12042, and will close this thread in favor of that one. I took a closer look at this bug today, and discovered that it's related to #11566. During execution (like here) it shows up as a SQL type mismatch, and on persist it becomes a JSON round-trip mismatch. I'd like to find a solution that addresses the root cause, but need more time to consider the design. Once I settle on an approach I'll add it to the issue and ping you. If at that point you're interested in contributing the fix, I'm happy to assign the issue to you! thanks again for the report. |
@hsanslavillepro I've converted this to an issue as #12042, and will close this thread in favor of that one. I took a closer look at this bug today, and discovered that it's related to #11566. During execution (like here) it shows up as a SQL type mismatch, and on persist it becomes a JSON round-trip mismatch. I'd like to find a solution that addresses the root cause, but need more time to consider the design. Once I settle on an approach I'll add it to the issue and ping you. If at that point you're interested in contributing the fix, I'm happy to assign the issue to you!
thanks again for the report.