macdoor

Results 20 comments of macdoor

Is there setting for ssl.endpoint.identification.algorithm ?

> @macdoor Will you also add the appropriate test cases? @Revolyssup ok >

I still need sometime to learn how to write testcase.macdoor在 2023年9月15日,11:40,Sn0rt ***@***.***> 写道: @macdoor the document of this plugin and the test case both needed. —Reply to this email directly,...

This is a very useful project!

@Tyhoning ``` [ERROR] Could not execute SQL statement. Reason: java.lang.UnsupportedOperationException: Doesn't support Gaussdb type 'int1' yet ```

Upgrade to paimon-flink-1.20-0.9-20240806.002229-1.jar, same exception

My table is non-partitioned PK table

I made a simplified example. ``` drop table default_catalog.default_database.orders; CREATE TABLE default_catalog.default_database.orders( order_id BIGINT, price double, customer_id int, order_time TIMESTAMP(3) ) WITH ( 'connector' = 'datagen', 'rows-per-second' = '1000', 'fields.order_id.min'...