You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, BigQuerySinkConfig extends from AbstractConfig. And then we copied some "configuration" and "validate logic" from SinkConnectorConfig.
To avoiding duplicate implementation/code, we should try to have BigQuerySinkConfig directly extends from SinkConnectorConfig.
The text was updated successfully, but these errors were encountered:
whynick1
changed the title
Have BigQuerySinkConfig extends from SinkConnectorConfig than AbstractConfig
Make BigQuerySinkConfig extend from SinkConnectorConfig
Apr 21, 2020
Currently,
BigQuerySinkConfig
extends fromAbstractConfig
. And then we copied some "configuration" and "validate logic" fromSinkConnectorConfig
.To avoiding duplicate implementation/code, we should try to have
BigQuerySinkConfig
directly extends fromSinkConnectorConfig
.The text was updated successfully, but these errors were encountered: