[
https://issues.apache.org/jira/browse/CALCITE-522?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14500884#comment-14500884
]
Nick Dimiduk commented on CALCITE-522:
--------------------------------------
bq. Fine to deprecate methods, but you need to provide a comment when they will
be removed. Generally '// will be removed before 2.0'. In this case, since
Avatica is still experimental, I think you can just remove them. But just
mention that they've been removed in the commit comment.
I don't think we make any promises about RPC API stability yet. I think we
should focus on improvements (breaking if necessary) until we have a very broad
feature coverage. Maybe the Calcite-2.0 release can define some stable RPC API
for rolling upgrades and external projects to depend upon. This means that any
non-Java clients should be included in Calcite for now so that they can be
tested along with the rest of the release.
> In remote JDBC driver, transmit static database properties as a map
> -------------------------------------------------------------------
>
> Key: CALCITE-522
> URL: https://issues.apache.org/jira/browse/CALCITE-522
> Project: Calcite
> Issue Type: Bug
> Reporter: Julian Hyde
> Assignee: Julian Hyde
>
> A lot of DatabaseMetaData methods are not parameterized, and give the same
> answer every time. Some examples:
> * allProceduresAreCallable
> * getUserName
> * isReadOnly
> * getDatabaseProductName
> * getDatabaseProductVersion
> * getDriverName
> * getDriverVersion
> * getDriverMajorVersion
> * getDriverMinorVersion
> * getSqlKeywords
> * getNumericFunctions
> * getStringFunctions
> * getSystemFunctions
> * getTimeDateFunctions
> This task would define an enum of properties, add a method to Meta that
> returns (property, value) map.
> See DatabaseMetaData and Connection for the full list.
> Obsolete the following Meta methods:
> * getSqlKeywords
> * getNumericFunctions
> * getStringFunctions
> * getSystemFunctions
> * getTimeDateFunctions
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)