MaoMiMao commented on code in PR #427:
URL:
https://github.com/apache/doris-flink-connector/pull/427#discussion_r1677285215
##########
flink-doris-connector/pom.xml:
##########
@@ -379,10 +391,10 @@ under the License.
<version>3.2.4</version>
<configuration>
<relocations>
- <relocation>
- <pattern>org.apache.arrow</pattern>
-
<shadedPattern>org.apache.doris.shaded.org.apache.arrow</shadedPattern>
- </relocation>
+<!-- <relocation>-->
+<!-- <pattern>org.apache.arrow</pattern>-->
+<!--
<shadedPattern>org.apache.doris.shaded.org.apache.arrow</shadedPattern>-->
+<!-- </relocation>-->
Review Comment:
This configuration will cause the wrong package name when loading the
FlightSqlDriver driver

--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]