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
[FLINK-37908] Resolve EFO-enabled KinesisStreamsSource initialization failure on automated restarts
4
## 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