sunjincheng121 commented on pull request #364:
URL: https://github.com/apache/flink-web/pull/364#issuecomment-666172885


   > Thanks for writing this blogpost, @sunjincheng121. I didn't reproduce the 
PR locally to have a closer look at the content, but the code seems to be using 
some deprecated methods of the Table API (e.g. insert_into, execute) — could 
you update it to use the new interfaces?
   
   Hi @morsapaes, Thank you for your reminding. Because the new API is 
asynchronous submission, So, in the current example, we cannot get the result 
in python shell, to keep the examples simple, I prefer to use `insert_into` and 
`tenv.execute()` in this blog. :) 


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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to