XingChenBigData commented on issue #7088:
URL: https://github.com/apache/kyuubi/issues/7088#issuecomment-2953513575
create table test1 (id int, data string, ts timestamp) using mixed_iceberg;
create table kybbui (id int, data string, ts timestamp) using mixed_iceberg;
insert into kybbui values
( 1, "aaa", timestamp('2022-1-1 00:00:00')),
( 2, "bbb", timestamp('2022-1-2 00:00:00')),
( 3, "bbb", timestamp('2022-1-3 00:00:00'));
--
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]