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

Outbox doesn't check array consistecy properly when it detemines its schema

XMLWordPrintable

      Outbox transform can expand JSON payload. During this process it determines schema of JSON elements and requires the arrays to be homogenous. However, it doesn't check it properly, when array is e.g. [1, 2.0] the check is passed as both are of type NUMBER, but fails later as it uses wrong schema type (int32 vs. float64).

            vjuranek@redhat.com Vojtech Juranek
            vjuranek@redhat.com Vojtech Juranek
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: