Skip to content

Commit

Permalink
Doc: Update web page of Flink unit test (#5480)
Browse files Browse the repository at this point in the history
  • Loading branch information
lvyanquan committed Aug 10, 2022
1 parent c172d5a commit 462b5fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/flink-getting-started.md
Expand Up @@ -613,7 +613,7 @@ FlinkSink.forRowData(input)
env.execute("Test Iceberg DataStream");
```

The iceberg API also allows users to write generic `DataStream<T>` to iceberg table, more example could be found in this [unit test](https://github.com/apache/iceberg/blob/master/flink/src/test/java/org/apache/iceberg/flink/sink/TestFlinkIcebergSink.java).
The iceberg API also allows users to write generic `DataStream<T>` to iceberg table, more example could be found in this [unit test](https://github.com/apache/iceberg/blob/master/flink/v1.15/flink/src/test/java/org/apache/iceberg/flink/sink/TestFlinkIcebergSink.java).

### Overwrite data

Expand Down

0 comments on commit 462b5fd

Please sign in to comment.