Julian Hyde

Results 88 comments of Julian Hyde

In my opinion, a better thing would be to publish releases to Maven central. I would not publish nightly builds to Maven central, or to github. These would continue to...

@cpovirk, It's helpful if you can state the release number when it will be fixed. Because many of us dependent issues and we want to write 'Fixed in Guava 32.0'...

> And one thing I want to for sure, do you think it needs to be modified in history.md? IMHO, we shouldn't. I agree. Don't change history. It is (basically)...

Tweak the commit message: "In Elasticsearch adapter, aggregate function in ORDER BY clause throws Exception".

@oleg-smith The PR looks reasonable but is very old and so needs to rebased. If someone rebases I will merge. Please move the conversation to https://issues.apache.org/jira/browse/CALCITE-2884. I don't receive most...

Can you give more details: * What JDK was the driver built on? * What JDK are you running on? * When was the isClosed() method introduced? i saw your...

No one has asked for jbang to date. If there is demand we may revisit.

Would it be sufficient for users to unset `dateFormat`, `timeFormat`, `timestampFormat` properties, and for SQLLine to call `getString` rather than `getObject` in the event that they are unset? Otherwise (or...

No, the parser should not be making decisions about semantics. The validator (assisted by the operator table) should be doing that.