chl-wxp commented on code in PR #10206:
URL: https://github.com/apache/seatunnel/pull/10206#discussion_r2633238527


##########
seatunnel-connectors-v2/connector-paimon/src/test/java/org/apache/seatunnel/connectors/seatunnel/paimon/source/converter/SqlToPaimonConverterTest.java:
##########
@@ -318,4 +318,29 @@ public void testParseDynamicOptions() {
                 dynamicOptions.get("incremental-between-timestamp"));
         assertEquals("my-tag", dynamicOptions.get("scan.tag-name"));
     }
+
+    @Test
+    public void testPiamonQuoteIdentifier() {
+        String query =
+                "SELECT `decimal_col`, `int_col`, `char_col`, `timestamp_col`, 
`boolean_col` FROM table WHERE `int_col` > 3 OR `double_col` < 6.6 ";
+

Review Comment:
   Can you add another field without the quote symbol as a comparative test, 
such as `boolean_col`



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

Reply via email to