Skip to content

Commit

Permalink
fix it
Browse files Browse the repository at this point in the history
  • Loading branch information
whhe committed Jan 5, 2023
1 parent 46d007f commit 5768acf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ public class OceanBaseTableSourceFactory implements DynamicTableSourceFactory {
public DynamicTableSource createDynamicTableSource(Context context) {
final FactoryUtil.TableFactoryHelper helper =
FactoryUtil.createTableFactoryHelper(this, context);
helper.validate();
helper.validateExcept(JdbcUrlUtils.PROPERTIES_PREFIX);

ResolvedSchema physicalSchema = context.getCatalogTable().getResolvedSchema();

Expand Down

0 comments on commit 5768acf

Please sign in to comment.