Re: Support for time zones

2023-12-15 Thread Julian Hyde
Yesterday's XKCD is a propos: https://xkcd.com/2867/ (Depending on your frame of reference and general gravitational situation it may not be YOUR yesterday's XKCD.) On Fri, Dec 15, 2023 at 12:33 PM Julian Hyde wrote: > > I like your approach to divide the work into moderate-sized steps. Clear

Re: Support for time zones

2023-12-15 Thread Julian Hyde
I like your approach to divide the work into moderate-sized steps. Clear descriptions of those steps help those of us who are overwhelmed with email (all of us!) track the situation. The first step seems to be ’Support TIMESTAMP and TIME WITH TIME ZONE in the parser’. (I’ve reversed your

[jira] [Created] (CALCITE-6166) Optimization rule AggregateReduceFunctionsRule rewrites queries to semantically non-equivalent ones

2023-12-15 Thread Pinhan Zhao (Jira)
Pinhan Zhao created CALCITE-6166: Summary: Optimization rule AggregateReduceFunctionsRule rewrites queries to semantically non-equivalent ones Key: CALCITE-6166 URL:

Support for time zones

2023-12-15 Thread Mihai Budiu
Hello all, There is a feature open for Calcite to support time zones https://issues.apache.org/jira/browse/CALCITE-208 It has been open for 9 years. I have submitted last week a PR which starts to address this issue: https://github.com/apache/calcite/pull/3569 I would appreciate reviews on