Hi,
I hope this message finds you well.
We have another problem related to the PostSelector. As of now, we're using version 3.0.8, although there is one problem:
If the table has an XMLTYPE column and a generated column too, and the sink table is created via python, the sink connector displays an error regarding schema evolution (we're using ‘schema.evolution’: ‘none’, since we want to do all the DDL externally).
We ran some tests:
- Test1: Table with XMLTYPE + generated column - Failed
- Test2: Table with CLOB + XMLTYPE - Worked (we selected the special types and created the table with python. Everything as it was supposed to)
- Test3: Table with CLOB + Generated column - Worked
We also ran some queries in the ALL_TAB_COLS view and there are inconsistencies in COLUMN_ID and SEGMENT_COLUMN_ID.
Could this be related to [1], [2], [3] and [4]?
Is there any way to solve this problem? If you need more information, let me know.