gbloisi-openaire commented on code in PR #42327:
URL: https://github.com/apache/spark/pull/42327#discussion_r1284792734
##########
sql/catalyst/pom.xml:
##########
@@ -116,6 +116,10 @@
<artifactId>datasketches-java</artifactId>
<version>3.3.0</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.commons</groupId>
+ <artifactId>commons-lang3</artifactId>
Review Comment:
Yes, the addition can be removed. I just committed the change. It was likely
added in the wrong place because I was porting my changes from the 3.4 branch
where I worked originally.
--
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]