wangyum commented on PR #4564:
URL: https://github.com/apache/hive/pull/4564#issuecomment-1670583876
Add HIVE-22059 to fix:
```
mvn clean install -DskipTests=true
cd service && mvn test -DwildcardSuites=none
-Dtest=org.apache.hive.service.cli.session.TestSessionHooks test
[INFO] Running org.apache.hive.service.cli.session.TestSessionHooks
[ERROR] Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed:
3.236 s <<< FAILURE! - in org.apache.hive.service.cli.session.TestSessionHooks
[ERROR] org.apache.hive.service.cli.session.TestSessionHooks.testSessionHook
Time elapsed: 3.128 s <<< ERROR!
java.lang.NoSuchFieldError: ALLOW_LEADING_DECIMAL_POINT_FOR_NUMBERS
at
com.fasterxml.jackson.core.json.JsonReadFeature.<clinit>(JsonReadFeature.java:121)
at org.apache.hadoop.hive.ql.udf.UDFJson.<clinit>(UDFJson.java:69)
...
```
--
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]