linghengqian commented on code in PR #33837:
URL: https://github.com/apache/shardingsphere/pull/33837#discussion_r1864065161


##########
test/native/pom.xml:
##########
@@ -190,6 +190,17 @@
                 </exclusion>
             </exclusions>
         </dependency>
+        <dependency>
+            <groupId>org.apache.hadoop</groupId>
+            <artifactId>hadoop-mapreduce-client-core</artifactId>
+            <version>${hadoop.version}</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>*</groupId>
+                    <artifactId>*</artifactId>
+                </exclusion>
+            </exclusions>
+        </dependency>

Review Comment:
    - There is definitely a big bug with the HiveServer2 JDBC Driver's handling 
of this. I've opened https://issues.apache.org/jira/browse/HIVE-28652 .



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