Hisoka-X commented on issue #7058:
URL: https://github.com/apache/seatunnel/issues/7058#issuecomment-2222489606
> 你好,我有一个问题:
> "query " : "select col1 from fake_1810212286042378240_fa where col1 >
2023-12-16T10:58:24.844'"
> "query " : "select col1 from fake_1810212286042378240_fa where cast(col1
as integer) > 1720690455"
> "query " : "select cast(col1 as integer) as col1 from
fake_1810212286042378240_fa where col1 > 1720690455"
> 或者
> "query " : "select col1 from fake_1810212286042378240_fa where col1 >
cast('2023-12-16T10:58:24.844' as localdaetime)"并不能够找出增量数据。
>
前三者会报错左右字段不匹配,后者会报错不能转换。而且增量查询只能在transform中使用?请问我的query语句哪里有问题,谢谢你。col1是timestamp字段类型,
Seem like a bug, could you create an issue for this? Thanks.
--
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]