reta commented on code in PR #62:
URL: 
https://github.com/apache/flink-connector-opensearch/pull/62#discussion_r3227348237


##########
flink-sql-connector-opensearch/src/test/java/org/apache/flink/connector/opensearch/PackagingITCase.java:
##########
@@ -32,7 +32,7 @@ class PackagingITCase {
     @Test
     void testPackaging() throws Exception {
         final Path jar =
-                
ResourceTestUtils.getResource(".*/flink-sql-connector-opensearch-[^/]*\\.jar");
+                
ResourceTestUtils.getResource(".*[\\\\/]flink-sql-connector-opensearch-[^\\\\/]*\\.jar");

Review Comment:
   Windows uses `\` as path separator



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