[jira] [Updated] (CALCITE-3039) In interpreter, min() incorrectly returns maximum double value

2019-04-29 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-3039?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated CALCITE-3039: Labels: easyfix pull-request-available (was: easyfix) > In interpreter, min()

[jira] [Comment Edited] (CALCITE-3039) In interpreter, min() incorrectly returns maximum double value

2019-04-29 Thread Hongze Zhang (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-3039?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16829932#comment-16829932 ] Hongze Zhang edited comment on CALCITE-3039 at 4/30/19 4:04 AM:

[jira] [Commented] (CALCITE-3039) In interpreter, min() incorrectly returns maximum double value

2019-04-29 Thread Hongze Zhang (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-3039?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16829932#comment-16829932 ] Hongze Zhang commented on CALCITE-3039: --- [~dijkspicy] - Thanks for reporting this! and it looks

[jira] [Updated] (CALCITE-3039) In interpreter, min() incorrectly returns maximum double value

2019-04-29 Thread Hongze Zhang (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-3039?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hongze Zhang updated CALCITE-3039: -- Summary: In interpreter, min() incorrectly returns maximum double value (was: Why MinFloat

[jira] [Commented] (CALCITE-3029) Java-oriented field type is wrongly forced to be NOT NULL after being converted to SQL-oriented

2019-04-29 Thread Hongze Zhang (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-3029?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16829913#comment-16829913 ] Hongze Zhang commented on CALCITE-3029: --- I've updated the PR accordingly. > Java-oriented field

[jira] [Updated] (CALCITE-3039) Why MinFloat use Math::min while MinDouble use Math::max as its comparision in AggragateNode ?

2019-04-29 Thread dijkspicy (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-3039?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] dijkspicy updated CALCITE-3039: --- Description: {code:java} //代码占位符 /** Implementation of {@code MIN} function to calculate the

[jira] [Commented] (CALCITE-3038) DESCRIBE throws exception when table name is non-reserved keyword

2019-04-29 Thread Rui Li (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-3038?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16829890#comment-16829890 ] Rui Li commented on CALCITE-3038: - [~danny0405], a simple test case in SqlParserTest will reproduce the

[jira] [Created] (CALCITE-3039) Why MinFloat use Math::min while MinDouble use Math::max as its comparision in AggragateNode ?

2019-04-29 Thread dijkspicy (JIRA)
dijkspicy created CALCITE-3039: -- Summary: Why MinFloat use Math::min while MinDouble use Math::max as its comparision in AggragateNode ? Key: CALCITE-3039 URL: https://issues.apache.org/jira/browse/CALCITE-3039

[jira] [Commented] (CALCITE-3038) DESCRIBE throws exception when table name is non-reserved keyword

2019-04-29 Thread Danny Chan (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-3038?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16829879#comment-16829879 ] Danny Chan commented on CALCITE-3038: - Can you give more details about the stake trace or give a

[jira] [Commented] (CALCITE-3031) AssertionError: correlation id $cor0 not found in correlation list []

2019-04-29 Thread Haisheng Yuan (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-3031?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16829824#comment-16829824 ] Haisheng Yuan commented on CALCITE-3031: I have a similar patch with yours. But since it is

[jira] [Assigned] (CALCITE-3031) AssertionError: correlation id $cor0 not found in correlation list []

2019-04-29 Thread Haisheng Yuan (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-3031?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Haisheng Yuan reassigned CALCITE-3031: -- Assignee: Vineet Garg (was: Haisheng Yuan) > AssertionError: correlation id $cor0

[jira] [Commented] (CALCITE-3031) AssertionError: correlation id $cor0 not found in correlation list []

2019-04-29 Thread Vineet Garg (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-3031?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16829819#comment-16829819 ] Vineet Garg commented on CALCITE-3031: -- [~hyuan] Support for correlated quantified predicates was

[jira] [Commented] (CALCITE-2969) Improve design of join-like relational expressions

2019-04-29 Thread Haisheng Yuan (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2969?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16829782#comment-16829782 ] Haisheng Yuan commented on CALCITE-2969: The PR in Github is stuffed with our comments, I will

[jira] [Commented] (CALCITE-3029) Java-oriented field type is wrongly forced to be NOT NULL after being converted to SQL-oriented

2019-04-29 Thread Stamatis Zampetakis (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-3029?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16829779#comment-16829779 ] Stamatis Zampetakis commented on CALCITE-3029: -- I agree with all of you; let's remove the

[jira] [Resolved] (CALCITE-2292) Query result is wrong when table is implemented with FilterableTable and the sql has multiple where conditions

2019-04-29 Thread Haisheng Yuan (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2292?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Haisheng Yuan resolved CALCITE-2292. Resolution: Fixed Fix Version/s: 1.20.0 Fixed in

[jira] [Closed] (CALCITE-1207) Allow numeric connection properties, and 'K', 'M', 'G' suffixes

2019-04-29 Thread Hongze Zhang (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-1207?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hongze Zhang closed CALCITE-1207. - The issue was resolved but not closed in the given fix version. Closing now. > Allow numeric

[jira] [Closed] (CALCITE-1128) Support addBatch()/executeBatch() in remote driver

2019-04-29 Thread Hongze Zhang (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-1128?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hongze Zhang closed CALCITE-1128. - The issue was resolved but not closed in the given fix version. Closing now. > Support

[jira] [Closed] (CALCITE-109) Add JDBC options so that you can connect to MongoDB without a model file

2019-04-29 Thread Hongze Zhang (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-109?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hongze Zhang closed CALCITE-109. The issue was resolved but not closed in the given fix version. Closing now. > Add JDBC options so

[jira] [Closed] (CALCITE-643) User authentication for avatica clients

2019-04-29 Thread Hongze Zhang (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-643?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hongze Zhang closed CALCITE-643. The issue was resolved but not closed in the given fix version. Closing now. > User authentication

[jira] [Closed] (CALCITE-1189) Unit test failure when JVM default charset is not UTF-8

2019-04-29 Thread Hongze Zhang (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-1189?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hongze Zhang closed CALCITE-1189. - The issue was resolved but not closed in the given fix version. Closing now. > Unit test failure

[jira] [Closed] (CALCITE-1251) Write release notes

2019-04-29 Thread Hongze Zhang (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-1251?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hongze Zhang closed CALCITE-1251. - The issue was resolved but not closed in the given fix version. Closing now. > Write release

[jira] [Closed] (CALCITE-1267) Point to release notes on website in README

2019-04-29 Thread Hongze Zhang (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-1267?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hongze Zhang closed CALCITE-1267. - The issue was resolved but not closed in the given fix version. Closing now. > Point to release

[jira] [Closed] (CALCITE-1193) NullPointerException when trying to execute prepared statement using avatica

2019-04-29 Thread Hongze Zhang (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-1193?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hongze Zhang closed CALCITE-1193. - The issue was resolved but not closed in the given fix version. Closing now. >

[jira] [Closed] (CALCITE-538) Support skip overwrite in generate-fmpp-sources

2019-04-29 Thread Hongze Zhang (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-538?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hongze Zhang closed CALCITE-538. The issue was resolved but not closed in the given fix version. Closing now. > Support skip

[jira] [Closed] (CALCITE-1194) Avatica metrics has non-test dependency on JUnit

2019-04-29 Thread Hongze Zhang (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-1194?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hongze Zhang closed CALCITE-1194. - The issue was resolved but not closed in the given fix version. Closing now. > Avatica metrics

[jira] [Closed] (CALCITE-2153) SQL parser fails to parse valid multi nested join subqueries

2019-04-29 Thread Hongze Zhang (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2153?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hongze Zhang closed CALCITE-2153. - The issue was resolved but not closed in the given fix version. Closing now. > SQL parser fails

[jira] [Closed] (CALCITE-2120) Request to support of Oracle database as meta data store for Druid

2019-04-29 Thread Hongze Zhang (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2120?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hongze Zhang closed CALCITE-2120. - The issue was resolved but not closed in the given fix version. Closing now. > Request to support

[jira] [Closed] (CALCITE-1470) HttpServerSpnegoWithJaasTest fails on Windows

2019-04-29 Thread Hongze Zhang (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-1470?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hongze Zhang closed CALCITE-1470. - The issue was resolved but not closed in the given fix version. Closing now. >

[jira] [Closed] (CALCITE-1629) EXTRACT function not working in CSVTest

2019-04-29 Thread Hongze Zhang (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-1629?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hongze Zhang closed CALCITE-1629. - The issue was resolved but not closed in the given fix version. Closing now. > EXTRACT function

[jira] [Closed] (CALCITE-1209) Byte strings not being correctly decoded when sent to avatica using protocol buffers

2019-04-29 Thread Hongze Zhang (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-1209?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hongze Zhang closed CALCITE-1209. - The issue was resolved but not closed in the given fix version. Closing now. > Byte strings not

[jira] [Closed] (CALCITE-555) Differentiate between column not found and ambiguous column exceptions

2019-04-29 Thread Hongze Zhang (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-555?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hongze Zhang closed CALCITE-555. The issue was resolved but not closed in the given fix version. Closing now. > Differentiate between

[jira] [Closed] (CALCITE-2145) Avatica tests fail depending on local timezone

2019-04-29 Thread Hongze Zhang (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2145?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hongze Zhang closed CALCITE-2145. - The issue was resolved but not closed in the given fix version. Closing now. > Avatica tests fail

[jira] [Closed] (CALCITE-1123) Update CI tasks for new Avatica location

2019-04-29 Thread Hongze Zhang (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-1123?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hongze Zhang closed CALCITE-1123. - The issue was resolved but not closed in the given fix version. Closing now. > Update CI tasks

[jira] [Closed] (CALCITE-1362) Filter aboved Join should consider the join key equivalence to push through

2019-04-29 Thread Hongze Zhang (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-1362?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hongze Zhang closed CALCITE-1362. - The issue was resolved but not closed in the given fix version. Closing now. > Filter aboved Join

[jira] [Closed] (CALCITE-1169) Memory leak caused by CALCITE-604 and CALCITE-1147

2019-04-29 Thread Hongze Zhang (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-1169?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hongze Zhang closed CALCITE-1169. - The issue was resolved but not closed in the given fix version. Closing now. > Memory leak caused

[jira] [Closed] (CALCITE-1217) SQL parse error if column named 'value'

2019-04-29 Thread Hongze Zhang (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-1217?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hongze Zhang closed CALCITE-1217. - The issue was resolved but not closed in the given fix version. Closing now. > SQL parse error if

[jira] [Closed] (CALCITE-1958) Cannot create Schema objects when using Avatica with HSQLDB

2019-04-29 Thread Hongze Zhang (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-1958?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hongze Zhang closed CALCITE-1958. - The issue was resolved but not closed in the given fix version. Closing now. > Cannot create

[jira] [Closed] (CALCITE-1713) elasticsearch adapter does not support elastic 5 & above versions

2019-04-29 Thread Hongze Zhang (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-1713?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hongze Zhang closed CALCITE-1713. - The issue was resolved but not closed in the given fix version. Closing now. > elasticsearch

[jira] [Closed] (CALCITE-1375) Why "select CONCAT('a','b') from EMPS" won't work?

2019-04-29 Thread Hongze Zhang (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-1375?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hongze Zhang closed CALCITE-1375. - The issue was resolved but not closed in the given fix version. Closing now. > Why "select

[jira] [Closed] (CALCITE-1230) Add SQLSTATE reference data as enum SqlState

2019-04-29 Thread Hongze Zhang (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-1230?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hongze Zhang closed CALCITE-1230. - The issue was resolved but not closed in the given fix version. Closing now. > Add SQLSTATE

[jira] [Closed] (CALCITE-1223) sqlline doesn't treat lines beginning with -- as comments

2019-04-29 Thread Hongze Zhang (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-1223?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hongze Zhang closed CALCITE-1223. - The issue was resolved but not closed in the given fix version. Closing now. > sqlline doesn't

[jira] [Closed] (CALCITE-1061) RemoteMetaTest#testRemoteStatementInsert's use of hsqldb isn't guarded

2019-04-29 Thread Hongze Zhang (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-1061?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hongze Zhang closed CALCITE-1061. - The issue was resolved but not closed in the given fix version. Closing now. >

[jira] [Closed] (CALCITE-350) SqlToRelConverter.getInSubqueryThreshold() can it be configurable?

2019-04-29 Thread Hongze Zhang (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hongze Zhang closed CALCITE-350. The issue was resolved but not closed in the given fix version. Closing now. >

[jira] [Closed] (CALCITE-2330) Release Avatica 1.12

2019-04-29 Thread Hongze Zhang (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2330?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hongze Zhang closed CALCITE-2330. - The issue was resolved but not closed in the given fix version. Closing now. > Release Avatica

[jira] [Closed] (CALCITE-1103) Decimal data serialized as Double in Protocol Buffer API

2019-04-29 Thread Hongze Zhang (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-1103?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hongze Zhang closed CALCITE-1103. - The issue was resolved but not closed in the given fix version. Closing now. > Decimal data

[jira] [Closed] (CALCITE-1994) Elasticsearch5 not working using sqlline

2019-04-29 Thread Hongze Zhang (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-1994?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hongze Zhang closed CALCITE-1994. - The issue was resolved but not closed in the given fix version. Closing now. > Elasticsearch5 not

[jira] [Closed] (CALCITE-1712) elasticsearch adapter is very slow, and does not support many of the operators

2019-04-29 Thread Hongze Zhang (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-1712?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hongze Zhang closed CALCITE-1712. - The issue was resolved but not closed in the given fix version. Closing now. > elasticsearch

[jira] [Closed] (CALCITE-1180) Support clearBatch() in remote driver

2019-04-29 Thread Hongze Zhang (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-1180?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hongze Zhang closed CALCITE-1180. - The issue was resolved but not closed in the given fix version. Closing now. > Support

[jira] [Closed] (CALCITE-1213) Changing AvaticaDatabaseMetaData from class to interface breaks compatibility

2019-04-29 Thread Hongze Zhang (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-1213?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hongze Zhang closed CALCITE-1213. - The issue was resolved but not closed in the given fix version. Closing now. > Changing

[jira] [Closed] (CALCITE-835) Unicode character seems to be handled incorrectly in Avatica

2019-04-29 Thread Hongze Zhang (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-835?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hongze Zhang closed CALCITE-835. The issue was resolved but not closed in the given fix version. Closing now. > Unicode character

[jira] [Closed] (CALCITE-1171) Limit N on JdbcSchema pushdown doesn't seem to work

2019-04-29 Thread Hongze Zhang (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-1171?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hongze Zhang closed CALCITE-1171. - The issue was resolved but not closed in the given fix version. Closing now. > Limit N on

[jira] [Closed] (CALCITE-2257) Combination of predicates can be proved to be always true

2019-04-29 Thread Hongze Zhang (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2257?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hongze Zhang closed CALCITE-2257. - The issue was resolved but not closed in the given fix version. Closing now. > Combination of

[jira] [Closed] (CALCITE-2193) Update version of Cassandra driver

2019-04-29 Thread Hongze Zhang (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2193?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hongze Zhang closed CALCITE-2193. - The issue was resolved but not closed in the given fix version. Closing now. > Update version of

[jira] [Closed] (CALCITE-1159) Support Kerberos-authenticated clients using SPNEGO

2019-04-29 Thread Hongze Zhang (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-1159?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hongze Zhang closed CALCITE-1159. - The issue was resolved but not closed in the given fix version. Closing now. > Support

[jira] [Closed] (CALCITE-2215) Avatica - Remove unused shaded jar

2019-04-29 Thread Hongze Zhang (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2215?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hongze Zhang closed CALCITE-2215. - The issue was resolved but not closed in the given fix version. Closing now. > Avatica - Remove

[jira] [Closed] (CALCITE-487) Update checkstyle to 6.1.1

2019-04-29 Thread Hongze Zhang (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-487?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hongze Zhang closed CALCITE-487. The issue was resolved but not closed in the given fix version. Closing now. > Update checkstyle to

[jira] [Closed] (CALCITE-2079) [Not working with ES5] java.lang.NoClassDefFoundError: org/apache/logging/log4j/Logger

2019-04-29 Thread Hongze Zhang (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2079?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hongze Zhang closed CALCITE-2079. - The issue was resolved but not closed in the given fix version. Closing now. > [Not working with

[jira] [Closed] (CALCITE-2831) Fix EXTRACT(SECOND FROM )

2019-04-29 Thread Hongze Zhang (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2831?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hongze Zhang closed CALCITE-2831. - The issue was resolved but not closed in the given fix version. Closing now. > Fix EXTRACT(SECOND

[jira] [Closed] (CALCITE-2830) Fix AvgVarianceConvertlet

2019-04-29 Thread Hongze Zhang (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2830?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hongze Zhang closed CALCITE-2830. - The issue was resolved but not closed in the given fix version. Closing now. > Fix

[jira] [Closed] (CALCITE-2289) Javadoc - HTML5

2019-04-29 Thread Hongze Zhang (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2289?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hongze Zhang closed CALCITE-2289. - The issue was resolved but not closed in the given fix version. Closing now. > Javadoc - HTML5 >

[jira] [Closed] (CALCITE-1185) Send back ErrorResponse on failure to parse requests

2019-04-29 Thread Hongze Zhang (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-1185?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hongze Zhang closed CALCITE-1185. - The issue was resolved but not closed in the given fix version. Closing now. > Send back

[jira] [Closed] (CALCITE-1184) Update Kerby dependency to 1.0.0-RC2

2019-04-29 Thread Hongze Zhang (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-1184?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hongze Zhang closed CALCITE-1184. - The issue was resolved but not closed in the given fix version. Closing now. > Update Kerby

[jira] [Closed] (CALCITE-1149) Derive AVG’s return type by a customizable policy

2019-04-29 Thread Hongze Zhang (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-1149?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hongze Zhang closed CALCITE-1149. - The issue was resolved but not closed in the given fix version. Closing now. > Derive AVG’s

[jira] [Closed] (CALCITE-1025) Add support for HTTP Basic auth (for proxies) in Avatica HTTP Client

2019-04-29 Thread Hongze Zhang (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-1025?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hongze Zhang closed CALCITE-1025. - The issue was resolved but not closed in the given fix version. Closing now. > Add support for

[jira] [Closed] (CALCITE-2410) Enable ProjectSetOpTransposeRule for UNION (distinct) SetOp operator

2019-04-29 Thread Hongze Zhang (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2410?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hongze Zhang closed CALCITE-2410. - The issue was resolved but not closed in the given fix version. Closing now. > Enable

[jira] [Closed] (CALCITE-1254) Support PreparedStatement.executeLargeBatch

2019-04-29 Thread Hongze Zhang (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-1254?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hongze Zhang closed CALCITE-1254. - The issue was resolved but not closed in the given fix version. Closing now. > Support

[jira] [Closed] (CALCITE-1113) Parameter precision and scale are not returned from Avatica REST API

2019-04-29 Thread Hongze Zhang (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-1113?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hongze Zhang closed CALCITE-1113. - The issue was resolved but not closed in the given fix version. Closing now. > Parameter

[jira] [Closed] (CALCITE-2103) error logical plan when size of In-list connected with OR exceeds inSubQueryThreshold

2019-04-29 Thread Hongze Zhang (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2103?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hongze Zhang closed CALCITE-2103. - The issue was resolved but not closed in the given fix version. Closing now. > error logical plan

[jira] [Closed] (CALCITE-1205) Inconsistency in protobuf TypedValue field names

2019-04-29 Thread Hongze Zhang (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-1205?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hongze Zhang closed CALCITE-1205. - The issue was resolved but not closed in the given fix version. Closing now. > Inconsistency in

[jira] [Closed] (CALCITE-1409) Upgrade Calcite to Avatica 1.9.0

2019-04-29 Thread Hongze Zhang (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-1409?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hongze Zhang closed CALCITE-1409. - The issue was resolved but not closed in the given fix version. Closing now. > Upgrade Calcite to

[jira] [Closed] (CALCITE-1179) Extend list of time units and time unit ranges

2019-04-29 Thread Hongze Zhang (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-1179?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hongze Zhang closed CALCITE-1179. - The issue was resolved but not closed in the given fix version. Closing now. > Extend list of

[jira] [Closed] (CALCITE-1201) Bad character in JSON docs

2019-04-29 Thread Hongze Zhang (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-1201?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hongze Zhang closed CALCITE-1201. - The issue was resolved but not closed in the given fix version. Closing now. > Bad character in

[jira] [Closed] (CALCITE-1249) L incorrect for source and non-shaded jars for avatica-standalone-server module

2019-04-29 Thread Hongze Zhang (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-1249?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hongze Zhang closed CALCITE-1249. - The issue was resolved but not closed in the given fix version. Closing now. > L incorrect for

[jira] [Closed] (CALCITE-1711) Expose elasticsearch as jdbc type rather than custom

2019-04-29 Thread Hongze Zhang (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-1711?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hongze Zhang closed CALCITE-1711. - The issue was resolved but not closed in the given fix version. Closing now. > Expose

[jira] [Closed] (CALCITE-1236) Log exceptions sent back to client in server log

2019-04-29 Thread Hongze Zhang (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-1236?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hongze Zhang closed CALCITE-1236. - The issue was resolved but not closed in the given fix version. Closing now. > Log exceptions

[jira] [Closed] (CALCITE-1173) Basic and Digest authentication

2019-04-29 Thread Hongze Zhang (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-1173?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hongze Zhang closed CALCITE-1173. - The issue was resolved but not closed in the given fix version. Closing now. > Basic and Digest

[jira] [Closed] (CALCITE-1163) Avatica sub-site logo leads to Calcite site instead of Avatica's

2019-04-29 Thread Hongze Zhang (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-1163?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hongze Zhang closed CALCITE-1163. - The issue was resolved but not closed in the given fix version. Closing now. > Avatica sub-site

[jira] [Closed] (CALCITE-1192) Document protobuf and json REP types with examples

2019-04-29 Thread Hongze Zhang (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-1192?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hongze Zhang closed CALCITE-1192. - The issue was resolved but not closed in the given fix version. Closing now. > Document protobuf

[jira] [Closed] (CALCITE-642) Avatica server metrics

2019-04-29 Thread Hongze Zhang (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-642?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hongze Zhang closed CALCITE-642. The issue was resolved but not closed in the given fix version. Closing now. > Avatica server

[jira] [Closed] (CALCITE-1190) Cross-Version Compatibility Test Harness

2019-04-29 Thread Hongze Zhang (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-1190?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hongze Zhang closed CALCITE-1190. - The issue was resolved but not closed in the given fix version. Closing now. > Cross-Version

[jira] [Closed] (CALCITE-1248) Release Avatica 1.8

2019-04-29 Thread Hongze Zhang (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-1248?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hongze Zhang closed CALCITE-1248. - The issue was resolved but not closed in the given fix version. Closing now. > Release Avatica

[jira] [Closed] (CALCITE-1214) Support url-based kerberos login

2019-04-29 Thread Hongze Zhang (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-1214?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hongze Zhang closed CALCITE-1214. - The issue was resolved but not closed in the given fix version. Closing now. > Support url-based

[jira] [Closed] (CALCITE-440) Non-deterministic IndexOutOfBoundsException in PlannerTest.testBushy5

2019-04-29 Thread Hongze Zhang (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-440?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hongze Zhang closed CALCITE-440. The issue was resolved but not closed in the given fix version. Closing now. > Non-deterministic

[jira] [Closed] (CALCITE-1218) Mishandling of uncaught exceptions results in no ErrorResponse sent to client

2019-04-29 Thread Hongze Zhang (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-1218?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hongze Zhang closed CALCITE-1218. - The issue was resolved but not closed in the given fix version. Closing now. > Mishandling of

[jira] [Closed] (CALCITE-836) Provide a way for the Avatica client to query the server versions

2019-04-29 Thread Hongze Zhang (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-836?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hongze Zhang closed CALCITE-836. The issue was resolved but not closed in the given fix version. Closing now. > Provide a way for the

[jira] [Closed] (CALCITE-1247) JdbcMeta#prepare doesn't set maxRowCount on the Statement

2019-04-29 Thread Hongze Zhang (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-1247?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hongze Zhang closed CALCITE-1247. - The issue was resolved but not closed in the given fix version. Closing now. > JdbcMeta#prepare

[jira] [Closed] (CALCITE-1085) NoopTimer#start should not create a new NoopContext for every invocation

2019-04-29 Thread Hongze Zhang (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-1085?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hongze Zhang closed CALCITE-1085. - The issue was resolved but not closed in the given fix version. Closing now. > NoopTimer#start

[jira] [Closed] (CALCITE-1145) Remove protobuf from Calcite's LICENSE

2019-04-29 Thread Hongze Zhang (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-1145?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hongze Zhang closed CALCITE-1145. - The issue was resolved but not closed in the given fix version. Closing now. > Remove protobuf

[jira] [Closed] (CALCITE-1243) max_row_count in protobuf Requests should be signed int

2019-04-29 Thread Hongze Zhang (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-1243?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hongze Zhang closed CALCITE-1243. - The issue was resolved but not closed in the given fix version. Closing now. > max_row_count in

[jira] [Closed] (CALCITE-1186) Parameter 'signed' metadata is always returned as false

2019-04-29 Thread Hongze Zhang (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-1186?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hongze Zhang closed CALCITE-1186. - The issue was resolved but not closed in the given fix version. Closing now. > Parameter 'signed'

[jira] [Closed] (CALCITE-1351) "IS [NOT] NULL" operator should have higher precedence than "NOT" operator

2019-04-29 Thread Hongze Zhang (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-1351?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hongze Zhang closed CALCITE-1351. - The issue was resolved but not closed in the given fix version. Closing now. > "IS [NOT] NULL"

[jira] [Closed] (CALCITE-2340) Invalid cast generated by AvgVarianceConvertlet

2019-04-29 Thread Hongze Zhang (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2340?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hongze Zhang closed CALCITE-2340. - The issue was resolved but not closed in the given fix version. Closing now. > Invalid cast

[jira] [Closed] (CALCITE-747) Use standard format for .sha1 and .md5 files

2019-04-29 Thread Hongze Zhang (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-747?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hongze Zhang closed CALCITE-747. The issue was resolved but not closed in the given fix version. Closing now. > Use standard format

[jira] [Created] (CALCITE-3038) DESCRIBE throws exception when table name is non-reserved keyword

2019-04-29 Thread Rui Li (JIRA)
Rui Li created CALCITE-3038: --- Summary: DESCRIBE throws exception when table name is non-reserved keyword Key: CALCITE-3038 URL: https://issues.apache.org/jira/browse/CALCITE-3038 Project: Calcite

[jira] [Commented] (CALCITE-3021) ArrayEqualityComparer should use Arrays#deepEquals/deepHashCode instead of Arrays#equals/hashCode

2019-04-29 Thread Ruben Quesada Lopez (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-3021?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16829168#comment-16829168 ] Ruben Quesada Lopez commented on CALCITE-3021: -- [~julianhyde], did you get a chance to

[jira] [Updated] (CALCITE-3034) CSV test case description does not match it's code logic

2019-04-29 Thread FaxianZhao (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-3034?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] FaxianZhao updated CALCITE-3034: Description: The javadoc of the o.a.c.t.CsvTest#testFilterableWhere2 is 'Filter that can be

[jira] [Updated] (CALCITE-3034) CSV test case description does not match it's code logic

2019-04-29 Thread FaxianZhao (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-3034?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] FaxianZhao updated CALCITE-3034: Summary: CSV test case description does not match it's code logic (was: Test case description

[jira] [Updated] (CALCITE-3030) SqlParseException when using component identifier for setting in merge statements

2019-04-29 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-3030?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated CALCITE-3030: Labels: pull-request-available (was: ) > SqlParseException when using component

[jira] [Updated] (CALCITE-3030) SqlParseException when using component identifier for setting in merge statements

2019-04-29 Thread Danny Chan (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-3030?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Danny Chan updated CALCITE-3030: Summary: SqlParseException when using component identifier for setting in merge statements

[jira] [Commented] (CALCITE-3030) SqlParseException when using aliases in merge statements

2019-04-29 Thread Danny Chan (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-3030?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16829056#comment-16829056 ] Danny Chan commented on CALCITE-3030: - [~zabetak] I think this is bug, we can reproduce the bug

  1   2   >