Hongtao He created KYLIN-3683:
---------------------------------
Summary: package org.apache.commons.lang3 not exists
Key: KYLIN-3683
URL: https://issues.apache.org/jira/browse/KYLIN-3683
Project: Kylin
Issue Type: Bug
Components: Tools, Build and Test
Affects Versions: v2.5.0
Reporter: Hongtao He
Assignee: Shaofeng SHI
Attachments:
0001-fix-bug-package-org.apache.commons.lang3-not-exists.patch
When I want run unit test, I got the following error message.
package org.apache.commons.lang3 not exists
at kylin/atopcalcite/src/main/java/org/apache/calcite/runtime/SqlFunctions.java.
I solved this problem by adding dependencies in the atopcalcite/pom.xml file.
Of course, refactor the SqlFunctions.java is another way to solve the problem.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)