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

leonard 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 9f49f10  [hotfix][jdbc] Fix method name typo in Postgres test
9f49f10 is described below

commit 9f49f109389e3c596e9ae4f026d29e55307ca2f6
Author: Ada Wong <[email protected]>
AuthorDate: Wed Dec 29 09:42:01 2021 +0800

    [hotfix][jdbc] Fix method name typo in Postgres test
    
    This closes #16635
---
 .../org/apache/flink/connector/jdbc/catalog/PostgresCatalogTest.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/flink-connectors/flink-connector-jdbc/src/test/java/org/apache/flink/connector/jdbc/catalog/PostgresCatalogTest.java
 
b/flink-connectors/flink-connector-jdbc/src/test/java/org/apache/flink/connector/jdbc/catalog/PostgresCatalogTest.java
index 226eabb..c1f5d93 100644
--- 
a/flink-connectors/flink-connector-jdbc/src/test/java/org/apache/flink/connector/jdbc/catalog/PostgresCatalogTest.java
+++ 
b/flink-connectors/flink-connector-jdbc/src/test/java/org/apache/flink/connector/jdbc/catalog/PostgresCatalogTest.java
@@ -159,7 +159,7 @@ public class PostgresCatalogTest extends 
PostgresCatalogTestBase {
     }
 
     @Test
-    public void tesArrayDataTypes() throws TableNotExistException {
+    public void testArrayDataTypes() throws TableNotExistException {
         CatalogBaseTable table =
                 catalog.getTable(
                         new ObjectPath(PostgresCatalog.DEFAULT_DATABASE, 
TABLE_ARRAY_TYPE));

Reply via email to