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

snuyanzin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/master by this push:
     new 077234b5239 [hotfix][tests] Add `computeDigest` to 
`DummyStructuredType`
077234b5239 is described below

commit 077234b5239148459702ae25415b14268dc2ee9c
Author: Sergey Nuyanzin <[email protected]>
AuthorDate: Mon Aug 10 21:54:32 2026 +0200

    [hotfix][tests] Add `computeDigest` to `DummyStructuredType`
---
 .../test/java/org/apache/flink/sql/parser/TestRelDataTypeFactory.java    | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/flink-table/flink-sql-parser/src/test/java/org/apache/flink/sql/parser/TestRelDataTypeFactory.java
 
b/flink-table/flink-sql-parser/src/test/java/org/apache/flink/sql/parser/TestRelDataTypeFactory.java
index 34fe9926079..115ba8368ee 100644
--- 
a/flink-table/flink-sql-parser/src/test/java/org/apache/flink/sql/parser/TestRelDataTypeFactory.java
+++ 
b/flink-table/flink-sql-parser/src/test/java/org/apache/flink/sql/parser/TestRelDataTypeFactory.java
@@ -85,6 +85,7 @@ final class TestRelDataTypeFactory extends SqlTypeFactoryImpl 
implements Extende
             this.className = className;
             this.typeList = typeList;
             this.fieldNameList = fieldNameList;
+            computeDigest();
         }
 
         @Override

Reply via email to