abhishekagarwal87 commented on PR #14510:
URL: https://github.com/apache/druid/pull/14510#issuecomment-1616603081
is this in a runnable state? I tried it locally and there were compilation
issues because there is no such field such as
BuiltInConnectionProperty.TRANSPARENT_RECONNECTION. After getting around it, I
was able to do a build but getting following error when starting druid
```
Caused by: java.lang.RuntimeException: while resolving method 'lastDay[int]'
in class class org.apache.calcite.avatica.util.DateTimeUtils
at org.apache.calcite.linq4j.tree.Types.lookupMethod(Types.java:318)
~[calcite-linq4j-1.35.0-SNAPSHOT.jar:1.35.0-SNAPSHOT]
at
org.apache.calcite.util.BuiltInMethod.<init>(BuiltInMethod.java:738)
~[calcite-core-1.35.0-SNAPSHOT.jar:1.35.0-SNAPSHOT]
at
org.apache.calcite.util.BuiltInMethod.<clinit>(BuiltInMethod.java:558)
~[calcite-core-1.35.0-SNAPSHOT.jar:1.35.0-SNAPSHOT]
... 86 more
Caused by: java.lang.NoSuchMethodException:
org.apache.calcite.avatica.util.DateTimeUtils.lastDay(int)
at java.lang.Class.getMethod(Class.java:1786) ~[?:1.8.0_261]
at org.apache.calcite.linq4j.tree.Types.lookupMethod(Types.java:309)
~[calcite-linq4j-1.35.0-SNAPSHOT.jar:1.35.0-SNAPSHOT]
at
org.apache.calcite.util.BuiltInMethod.<init>(BuiltInMethod.java:738)
~[calcite-core-1.35.0-SNAPSHOT.jar:1.35.0-SNAPSHOT]
at
org.apache.calcite.util.BuiltInMethod.<clinit>(BuiltInMethod.java:558)
~[calcite-core-1.35.0-SNAPSHOT.jar:1.35.0-SNAPSHOT]
```
--
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]