Skip to content

Commit a71a39d

Browse files
committed
fix #27891
1 parent 067bfac commit a71a39d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/trino-base-jdbc/src/main/java/io/trino/plugin/jdbc/BaseJdbcClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1882,7 +1882,7 @@ protected String escapeObjectNameForMetadataQuery(String name, String escape)
18821882
return name;
18831883
}
18841884

1885-
private static RemoteTableName getRemoteTable(ResultSet resultSet)
1885+
protected RemoteTableName getRemoteTable(ResultSet resultSet)
18861886
throws SQLException
18871887
{
18881888
return new RemoteTableName(

0 commit comments

Comments
 (0)