Skip to content

CDC Template - add support for MySQL TINYINT data type. #101

@nikie

Description

@nikie

Hi, @pabloem,

Thank your for a wonderful Dataflow CDC Template!

When exploring it for MySQL tables ingestion, I faced an issue - cdc-embedded-connector fails on startup when trying to push schema to Data Catalog if a whitelisted table contains MySQL TINYINT columns.

This occurs because FIELD_TYPE_NAMES mapping in SchemaUtils.java misses INT16 Beam schema type, which represents TINYINT coming from MYSQL.

I am submitting PR with a fix.
Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions