v.23.7Experimental Feature

Experimental MaterializedMySQL Now Supports Double Quoted Comments

(experimental MaterializedMySQL) Now double quoted comments are supported in MaterializedMySQL. #52355 (Val Doroshchuk).
MaterializedMySQL now supports double quoted comments in MySQL source schemas.

Why it matters

This feature improves compatibility with MySQL by allowing MaterializedMySQL to correctly parse and handle comments enclosed in double quotes, which previously could cause issues or errors during data synchronization.

How to use it

Users do not need to change anything for basic usage; the support for double quoted comments in MaterializedMySQL is now enabled by default as part of the experimental feature improvements.