scylla-cdc-java icon indicating copy to clipboard operation
scylla-cdc-java copied to clipboard

Make Driver3WorkerCQL ignore when new column is absent

Open dkropachev opened this issue 4 months ago • 0 comments

When table is altered it is possible Driver3WorkerCQL will try to get schema of the new column, but driver metadata is not yet updated. In such case we should be reloading driver metadata, but unfortunately there is no API to trigger metadata update.

Until this API is introduced on the driver side let's ignore such column.

dkropachev avatar Oct 28 '25 13:10 dkropachev