zixiao144 commented on issue #5803:
URL: https://github.com/apache/iceberg/issues/5803#issuecomment-1253054979

   @stevenzwu  
   I use flink1.15.2's  sqlclient.sh  .Do simple test.
   SET execution.runtime-mode = streaming;
   SET table.dynamic-table-options.enabled=true;
   or (SET table.exec.iceberg.use-flip27-source = true;)
   
   select * from  test /*+ OPTIONS('streaming'='true', 
'monitor-interval'='1s')*/ ;
   
   streaming result:
   
![image](https://user-images.githubusercontent.com/21092977/191388640-e3c461df-ff87-4836-89fb-a3bd75614a76.png)
   
   SET execution.runtime-mode = batch;
   batch result:
   
![image](https://user-images.githubusercontent.com/21092977/191388742-21fdfeca-9602-45e4-aae8-ec31291d2b9a.png)
   
   batch is normal ,but streaming is not normal.
   


-- 
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]

Reply via email to