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

domgarguilo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/accumulo.git


The following commit(s) were added to refs/heads/main by this push:
     new e4f17de9fc Update serialVersionUID in ImportedTableInfo since a new 
field was added (#4215)
e4f17de9fc is described below

commit e4f17de9fcfeb3f58ae7b2479a2d8f51c812c0e5
Author: Dom G <domgargu...@apache.org>
AuthorDate: Fri Feb 2 11:42:13 2024 -0500

    Update serialVersionUID in ImportedTableInfo since a new field was added 
(#4215)
---
 .../apache/accumulo/manager/tableOps/tableImport/ImportedTableInfo.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/server/manager/src/main/java/org/apache/accumulo/manager/tableOps/tableImport/ImportedTableInfo.java
 
b/server/manager/src/main/java/org/apache/accumulo/manager/tableOps/tableImport/ImportedTableInfo.java
index 824786d329..13ea263a14 100644
--- 
a/server/manager/src/main/java/org/apache/accumulo/manager/tableOps/tableImport/ImportedTableInfo.java
+++ 
b/server/manager/src/main/java/org/apache/accumulo/manager/tableOps/tableImport/ImportedTableInfo.java
@@ -26,7 +26,7 @@ import org.apache.accumulo.core.data.TableId;
 
 class ImportedTableInfo implements Serializable {
 
-  private static final long serialVersionUID = 1L;
+  private static final long serialVersionUID = 2L;
 
   public String user;
   public String tableName;

Reply via email to