[ 
https://issues.apache.org/jira/browse/FLINK-18077?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17130302#comment-17130302
 ] 

Rui Li commented on FLINK-18077:
--------------------------------

I have manually verified the following test cases (all the source tables have 
{{streaming-source.enable}} set to true):
# Create a non-partitioned table. Launch a Flink job to read from this table. 
Insert some new data while the Flink job runs. Verify new data is properly 
retrieved by the Flink job.
# Set a start offset for the table created in #1. Launch a Flink job to read 
from this table. Verify only data later than the offset is retrieved by the 
Flink job.
# Create a partitioned table. Launch a Flink job to read from this table. Add 
some new partitions while the Flink job runs. Verify new data is properly 
retrieved by the Flink job.
# Set a start offset for the table created in #3. Launch a Flink job to read 
from this table. Verify only partitions later than the offset is retrieved by 
the Flink job.
# Create a partitioned table with a single partition column to represent the 
timestamp. Set {{streaming-source.consume-order}} to {{partition-time}}. Launch 
a Flink job to read from this table. Add some new partitions while the Flink 
job runs. Verify new data is properly retrieved by the Flink job.
# Set a start offset for the table created in #5. Launch a Flink job to read 
from this table. Verify only partitions later than the offset is retrieved by 
the Flink job.

> E2E tests manually for Hive streaming source
> --------------------------------------------
>
>                 Key: FLINK-18077
>                 URL: https://issues.apache.org/jira/browse/FLINK-18077
>             Project: Flink
>          Issue Type: Sub-task
>          Components: Connectors / Hive, Tests
>            Reporter: Jingsong Lee
>            Assignee: Rui Li
>            Priority: Blocker
>              Labels: release-testing
>             Fix For: 1.11.0
>
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to