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

yuqi1129 pushed a commit to branch branch-1.3
in repository https://gitbox.apache.org/repos/asf/gravitino.git


The following commit(s) were added to refs/heads/branch-1.3 by this push:
     new 2c7caf0f0f [Cherry-pick to branch-1.3] [MINOR] Remove used constant 
`PRECISION_SECOND` in `JdbcTypeConverter` (#11452) (#11460)
2c7caf0f0f is described below

commit 2c7caf0f0f1c8d336bb08a2d0852d15a79e083b6
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Jun 5 22:08:07 2026 +0800

    [Cherry-pick to branch-1.3] [MINOR] Remove used constant `PRECISION_SECOND` 
in `JdbcTypeConverter` (#11452) (#11460)
    
    **Cherry-pick Information:**
    - Original commit: 0cd4e3eca86dda73a0ddfd2ba7570411ec238072
    - Target branch: `branch-1.3`
    - Status: ✅ Clean cherry-pick (no conflicts)
    
    Co-authored-by: xuepeng <[email protected]>
---
 .../org/apache/gravitino/catalog/jdbc/converter/JdbcTypeConverter.java   | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/catalogs/catalog-jdbc-common/src/main/java/org/apache/gravitino/catalog/jdbc/converter/JdbcTypeConverter.java
 
b/catalogs/catalog-jdbc-common/src/main/java/org/apache/gravitino/catalog/jdbc/converter/JdbcTypeConverter.java
index 6a0e9bbcd8..6f725f2929 100644
--- 
a/catalogs/catalog-jdbc-common/src/main/java/org/apache/gravitino/catalog/jdbc/converter/JdbcTypeConverter.java
+++ 
b/catalogs/catalog-jdbc-common/src/main/java/org/apache/gravitino/catalog/jdbc/converter/JdbcTypeConverter.java
@@ -29,7 +29,6 @@ public abstract class JdbcTypeConverter
   public static final String TIMESTAMP = "timestamp";
   public static final String VARCHAR = "varchar";
   public static final String TEXT = "text";
-  public static final int PRECISION_SECOND = 0;
 
   public static class JdbcTypeBean {
     /** Data type name. */

Reply via email to