v.18.16Improvement
Type Conversion Issues with Mismatched Buffer Table Structures
Type conversion when the structure of a Buffer type table does not match the structure of the destination table. Vitaly BaranovWhy it matters
This feature addresses the issue whereBuffer tables with differing column types than the destination tables could not be properly flushed. It enables automatic type conversion during flushing, ensuring data consistency and smoother data pipeline operations.How to use it
Users do not need to perform any special configuration. When aBuffer table flushes data to a destination table with mismatched types, automatic type conversion will be applied if possible.