You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@calcite.apache.org by Julian Hyde <jh...@apache.org> on 2020/08/19 18:59:08 UTC

Spatial and UDFs

Can a review on https://github.com/apache/calcite/pull/2111? It
includes fixes for https://issues.apache.org/jira/browse/CALCITE-1861
(spatial index based on Hilbert curves) and
https://issues.apache.org/jira/browse/CALCITE-2082 (tech debt relating
to storing types in operator instances, but also affects
https://issues.apache.org/jira/browse/CALCITE-4171 recent work on
table window functions and named parameters).

Re: Spatial and UDFs

Posted by Julian Hyde <jh...@apache.org>.
Oops; s/Can a/Can I please get a/.

On Wed, Aug 19, 2020 at 11:59 AM Julian Hyde <jh...@apache.org> wrote:
>
> Can a review on https://github.com/apache/calcite/pull/2111? It
> includes fixes for https://issues.apache.org/jira/browse/CALCITE-1861
> (spatial index based on Hilbert curves) and
> https://issues.apache.org/jira/browse/CALCITE-2082 (tech debt relating
> to storing types in operator instances, but also affects
> https://issues.apache.org/jira/browse/CALCITE-4171 recent work on
> table window functions and named parameters).