Jonathan Du

Results 2 issues of Jonathan Du

### Steps to reproduce the behavior (Required) ``` CREATE TABLE array_field ( id BIGINT NOT NULL AUTO_INCREMENT, a ARRAY COMMENT 'An array field of VARCHAR(10) elements' ); INSERT INTO array_field...

type/bug

## Purpose of the change Resolve race condition on automated restarts of Flink apps with an EFO-enabled KinesisStreamsSource. ## Verifying this change This change is a trivial rework / code...

component=Documentation