You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kyuubi.apache.org by ch...@apache.org on 2023/10/07 06:52:31 UTC

[kyuubi] branch master updated (42f9c7c92 -> 2690d6d90)

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

chengpan pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/kyuubi.git


    from 42f9c7c92 [KYUUBI #5347] [DOCS] Fix java code errors in quick_start_with_jdbc
     add 2690d6d90 [KYUUBI #5327][BATCH] Add priority field in metadata table definition

No new revisions were added by this update.

Summary of changes:
 .../src/main/resources/sql/derby/005-KYUUBI-5327.derby.sql  |  3 +++
 .../sql/derby/metadata-store-schema-1.8.0.derby.sql         |  3 +++
 .../src/main/resources/sql/mysql/005-KYUUBI-5327.mysql.sql  | 13 +++++++++++++
 .../sql/mysql/metadata-store-schema-1.8.0.mysql.sql         |  5 ++++-
 .../resources/sql/mysql/upgrade-1.7.0-to-1.8.0.mysql.sql    |  1 +
 .../sql/sqlite/metadata-store-schema-1.8.0.sqlite.sql       |  3 +++
 6 files changed, 27 insertions(+), 1 deletion(-)
 create mode 100644 kyuubi-server/src/main/resources/sql/derby/005-KYUUBI-5327.derby.sql
 create mode 100644 kyuubi-server/src/main/resources/sql/mysql/005-KYUUBI-5327.mysql.sql