The GitHub Actions job "Build documentation" on flink-cdc.git/FLINK-38839 has 
failed.
Run started by GitHub user tchivs (triggered by leonardBang).

Head commit for run:
ca89743767d5b6838803e129a8fe38d6ecdcf118 / tchivs <[email protected]>
[FLINK-38839][runtime] Support custom delimiter for table-options

This commit extends the table-options feature to support custom delimiters,
making it more flexible and powerful for users.

Changes:
- Add optional 'table-options.delimiter' configuration parameter
- Default delimiter is ',' for backward compatibility
- Support any custom delimiter (e.g., ';', '|', '$', etc.)
- Update TransformDef, SchemaMetadataTransform, and TransformRule classes
- Update YAML parser to handle the new configuration
- Add test cases for custom delimiter functionality
- Update documentation with usage examples

Example usage:
transform:
  - source-table: mydb.mytable
    table-options: 
sequence.field=gxsj,jjsj;file-index.bloom-filter.columns=jjdbh
    table-options.delimiter: ";"

Report URL: https://github.com/apache/flink-cdc/actions/runs/20567092964

With regards,
GitHub Actions via GitBox

Reply via email to