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

debezium sends the value 18446744073709551615 of type bigint as -1

    XMLWordPrintable

Details

    • Bug
    • Resolution: Not a Bug
    • Major
    • None
    • 1.9.2.Final
    • mysql-connector
    • None
    • False
    • None
    • False

    Description

      I am working with mysql 8.0.28.
      The application.properties is attached.
      When inserting the value `18446744073709551615` into a table with bigint data type, the debezium sends the value of this field as -1 instead of the inserted value.

      mysql create table and insert command:

      create table test_bigint(id int,field_bigint bigint unsigned,primary key(id));
      insert into test_bigint values(2,18446744073709551616);

      Attachments

        1. application.properties
          1 kB
        2. bigint.txt
          3 kB
        3. change_event.txt
          3 kB

        Activity

          People

            Unassigned Unassigned
            gali.levin gal levin
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: