changliiu opened a new pull request, #34812: URL: https://github.com/apache/beam/pull/34812
The ParentToken column is used for single-split based change stream partitions. If multi-split based change stream is supported, then the column will be null. To support multi-split based change stream, the metadata table of the connector should keep the ParentToken column nullable. So that for single-split based change streams, the ParentToken column has value, whereas for multi-split based change streams, the column is null. -- 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: github-unsubscr...@beam.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org