Uploaded image for project: 'Debezium'
  1. Debezium
  2. DBZ-6185

Zerofill property failed for different int types

    XMLWordPrintable

Details

    • False
    • None
    • False

    Description

      In order to make your issue reports as actionable as possible, please provide the following information, depending on the issue type.

      Bug report

      For bug reports, provide this information, please:

      mysql create table:

      ```

      create table t_debezium_0045(a int(10) zerofill ,b tinyint(10) zerofill,c smallint(10) zerofill,d bigint(10) zerofill);

       

      insert t_debezium_0045 values(4294967295,255,65535,18446744073709551615);

      ```

      What Debezium connector do you use and what version?

      debezium mysql connector 1.8.1.Final version

      What is the connector configuration?

      bigint.unsigned.handling.mode=precise

      What is the captured database version and mode of depoyment?

      (E.g. on-premises, with a specific cloud provider, etc.)

      <Your answer>

      What behaviour do you expect?

      kafka topic data:

      4294967295,255,65535,18446744073709551615

      What behaviour do you see?

      kafka topic data:

      -1, -1, -1, -1

      Do you see the same behaviour using the latest relesead Debezium version?

      (Ideally, also verify with latest Alpha/Beta/CR version)

      <Your answer>

      Do you have the connector logs, ideally from start till finish?

      (You might be asked later to provide DEBUG/TRACE level log)

      <Your answer>

      How to reproduce the issue using our tutorial deployment?

      <Your answer>

      Feature request or enhancement

      For feature requests or enhancements, provide this information, please:

      Which use case/requirement will be addressed by the proposed feature?

      <Your answer>

      Implementation ideas (optional)

      <Your answer>

      Attachments

        Activity

          People

            Unassigned Unassigned
            douxin xin dou (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: