This is an automated email from the ASF dual-hosted git repository.
lidongdai pushed a change to branch dev
in repository https://gitbox.apache.org/repos/asf/seatunnel.git
from d722474bc3 [Fix] [connector-hbase] Fix namespace handling for HBase
source (#10295)
add 3f1fd541fe [Improve][seatunnel-api] Unify non-relational data source
multi-table mode schema configuration parameters (#10370)
No new revisions were added by this update.
Summary of changes:
.../apache/seatunnel/api/options/table/CatalogOptions.java | 7 ++++++-
.../seatunnel/api/options/table/TableSchemaOptions.java | 4 ++--
.../seatunnel/maxcompute/config/MaxcomputeBaseOptions.java | 10 ----------
.../seatunnel/maxcompute/source/MaxcomputeSource.java | 5 +++--
.../seatunnel/maxcompute/source/MaxcomputeSourceFactory.java | 3 ++-
.../seatunnel/paimon/config/PaimonSourceOptions.java | 11 -----------
.../seatunnel/paimon/config/PaimonSourceTableConfig.java | 5 +++--
.../seatunnel/paimon/source/PaimonSourceFactory.java | 3 ++-
.../seatunnel/starrocks/config/StarRocksSourceOptions.java | 11 -----------
.../starrocks/config/StarRocksSourceTableConfig.java | 5 +++--
.../seatunnel/starrocks/source/StarRocksSourceFactory.java | 3 ++-
11 files changed, 23 insertions(+), 44 deletions(-)