Skip to content

Commit 943bd48

Browse files
authored
[Hotfix] Fix compile error (apache#6463)
1 parent ec533ec commit 943bd48

File tree

1 file changed

+1
-1
lines changed
  • seatunnel-connectors-v2/connector-easysearch/src/main/java/org/apache/seatunnel/connectors/seatunnel/easysearch/catalog

1 file changed

+1
-1
lines changed

Diff for: seatunnel-connectors-v2/connector-easysearch/src/main/java/org/apache/seatunnel/connectors/seatunnel/easysearch/catalog/EasysearchCatalog.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ public CatalogTable getTable(TablePath tablePath)
153153
fieldName,
154154
easySearchDataTypeConvertor.toSeaTunnelType(
155155
fieldName, fieldType),
156-
null,
156+
(Long) null,
157157
true,
158158
null,
159159
null);

0 commit comments

Comments
 (0)