Julian Hyde
Julian Hyde
@gianm When you are doing a big join with filters on both sides - e.g. orders from customers in california for red products - then you only want to read...
@FrankChen021 When I was building the Druid adapter for Calcite I would have *loved* an embedded Druid option. It would have saved me lots of effort provisioning a VM (with...
There are uses of default locale here. We can't have that. This code needs to behave identically in all locales. In one or two places the comment says "unsigned int"...
In SQL, timestamps are zoneless, whereas in Unix they are relative to the UTC epoch. Existing methods that have 'unix' in the name and have `long` arguments and/or results follow...
I'm open to including these changes in principle. However, misunderstanding the difference between moments (e.g. millis since 1970 UTC) and zoneless timestamps (e.g. millis since zoneless 1970) is a major...
First of all, thanks for the library, and especially, thanks for making it Apache license. Second, thanks for removing the json.org dependency. I'm working on Apache Calcite (see https://issues.apache.org/jira/browse/CALCITE-1968) and...
1. Thanks - that worked. 2. That worked too. I created a wrapper interface because neither Geometry nor MapGeometry is a sub-class of each other. 3. Thanks. Will document in...
No worries - 3 out of 4 is pretty good! (I'm keeping a list of missing functionality and will log issues when I get to the end of the current...
5. No it's not "*****FF". It's a combination of 4 such patterns. I wasn't brave enough to do something so complicated. 6. Yes, figured out how to use operators. It's...
@aunkrig I really appreciate you prioritizing this issue. But much more important, I wanted to say thank you from the Apache Calcite community for your work on Janino. Janino is...