litiliu commented on issue #8539:
URL: https://github.com/apache/seatunnel/issues/8539#issuecomment-2597358134

   In the 
org.apache.seatunnel.connectors.seatunnel.cdc.postgres.source.reader.snapshot.PostgresSnapshotSplitReadTask#createDataEvents
   ```
   TableId newTableId = new TableId(null, tableId.schema(), tableId.table());
   createDataEventsForTable(
           snapshotContext, snapshotReceiver, 
databaseSchema.tableFor(newTableId));
   ```
   newTableId has a null catalogName field, thus lead to  
databaseSchema.tableFor(newTableId) return null value.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to