davidradl commented on PR #79:
URL: 
https://github.com/apache/flink-connector-jdbc/pull/79#issuecomment-1893725108

   The existing pr fails with a filter with a colon in it. 
   SELECT * FROM a left join mariadb_catalog.menagerie.e6 FOR SYSTEM_TIME AS OF 
a.proctime on  a.ip = e6.ip and e6.`typ:e` = 1;
   
   @libenchao The FieldNamedPreparedStatementImpl logic looks for : to identify 
names and incorrectly finds key `e` (the character after the colon). 


-- 
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: issues-unsubscr...@flink.apache.org

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

Reply via email to