ChenMiaoi commented on code in PR #48476:
URL: https://github.com/apache/doris/pull/48476#discussion_r1988865294


##########
fe/pom.xml:
##########
@@ -793,6 +794,12 @@ under the License.
                 <artifactId>commons-lang3</artifactId>
                 <version>${commons-lang3.version}</version>
             </dependency>
+            <!-- 
https://mvnrepository.com/artifact/org.apache.commons/commons-math3 -->
+            <dependency>
+                <groupId>org.apache.commons</groupId>
+                <artifactId>commons-math3</artifactId>
+                <version>${commons-math3.version}</version>
+            </dependency>

Review Comment:
   I search these math libraries:
   
   - [Hipparchus](https://github.com/Hipparchus-Math/hipparchus): latest update 
at 2024-4-6, it's apache common lib's fork
   - [Jafama](https://github.com/jeffhain/jafama): latest update at 5 year ago
   - [jscience](https://github.com/javolution/jscience):   latest update at 8 
year ago
   
   and anyelse?



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

Reply via email to