Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
KeXiangWang committed Nov 16, 2024
1 parent ceffbe8 commit 6a50dcf
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -653,7 +653,6 @@ public void close() throws Exception {

private boolean isDataTypeCompatible(String pgDataType, Data.DataType.TypeName typeName) {
int val = typeName.getNumber();
System.out.println("WKXLOG val: " + typeName + " type: " + pgDataType);
switch (pgDataType) {
case "smallint":
return Data.DataType.TypeName.INT16_VALUE <= val
Expand Down

0 comments on commit 6a50dcf

Please sign in to comment.