ZhangChaoming commented on issue #4568: URL: https://github.com/apache/paimon/issues/4568#issuecomment-2492936858
> I found it works well in Flink using the following statements: > > ``` > Flink SQL> insert into test12345 values (1,'a','b',cast(1 as tinyint)); > [INFO] Submitting SQL update statement to the cluster... > [INFO] SQL update statement has been successfully submitted to the cluster: > Job ID: 9410b9015e5f8beb99731a8d2a363d53 > > Flink SQL> select * from test12345; > [INFO] Result retrieval cancelled. > ``` Can be easily reproduced in SparkReadITCase: 1. Using parquet format 2. Including a tinyint field 3. Apply filter pushdown to parquet -- 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]
