You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by fr...@apache.org on 2019/04/23 04:10:57 UTC

[calcite-avatica] branch master updated: Fix misspelled JDBC connection max duration property: expiryduration (Lanny)

This is an automated email from the ASF dual-hosted git repository.

francischuang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/calcite-avatica.git


The following commit(s) were added to refs/heads/master by this push:
     new 4ad09fa  Fix misspelled JDBC connection max duration property: expiryduration (Lanny)
4ad09fa is described below

commit 4ad09fa0758ba482f216e5c3bf1a7a2d65fe0392
Author: lanny886 <la...@139.com>
AuthorDate: Fri Apr 19 22:53:56 2019 +0800

    Fix misspelled JDBC connection max duration property: expiryduration (Lanny)
---
 server/src/main/java/org/apache/calcite/avatica/jdbc/JdbcMeta.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/server/src/main/java/org/apache/calcite/avatica/jdbc/JdbcMeta.java b/server/src/main/java/org/apache/calcite/avatica/jdbc/JdbcMeta.java
index 2a8843c..824e65e 100644
--- a/server/src/main/java/org/apache/calcite/avatica/jdbc/JdbcMeta.java
+++ b/server/src/main/java/org/apache/calcite/avatica/jdbc/JdbcMeta.java
@@ -1003,7 +1003,7 @@ public class JdbcMeta implements ProtobufMeta {
      *
      * <p>Used in conjunction with {@link #EXPIRY_UNIT}.</p>
      */
-    EXPIRY_DURATION(STMT_CACHE_KEY_BASE + ".expirydiration", "5"),
+    EXPIRY_DURATION(STMT_CACHE_KEY_BASE + ".expiryduration", "5"),
 
     /** JDBC connection property for setting connection cache expiration unit.
      *