snuyanzin commented on code in PR #18604:
URL: https://github.com/apache/flink/pull/18604#discussion_r843766396


##########
flink-connectors/flink-connector-jdbc/src/test/java/org/apache/flink/connector/jdbc/catalog/PostgresCatalogITCase.java:
##########
@@ -154,7 +154,7 @@ public void testArrayTypes() {
         assertEquals(
                 "[+I["
                         + "[1, 2, 3], "
-                        + "[[92, 120, 51, 50], [92, 120, 51, 51], [92, 120, 
51, 52]], "
+                        + "[[50], [51], [52]], "

Review Comment:
   Since the logic for handling of PG byte[] was changed.
   Before if there is an input `{2,3,4}` it translated it to string 
representation `{\x32, \x33, \x34}` and then translated each symbol to hex 
`[[92, 120, 51, 50], [92, 120, 51, 51], [92, 120, 51, 52]]`
   Now byte array contains hex not of the string representation but of the 
actual values



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