Skip to content

Commit

Permalink
docs: Remove link to Flink unit test (apache#10160)
Browse files Browse the repository at this point in the history
  • Loading branch information
manuzhang authored May 6, 2024
1 parent 9cd5977 commit ed84ea0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ gradle/wrapper/gradle-wrapper.jar
lib/

# web site build
docs/site/
site/site/
site/docs/docs/
site/docs/.asf.yaml
Expand Down
2 changes: 0 additions & 2 deletions docs/docs/flink-writes.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,6 @@ 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/main/flink/v1.17/flink/src/test/java/org/apache/iceberg/flink/sink/TestFlinkIcebergSink.java).
### Overwrite data
Set the `overwrite` flag in FlinkSink builder to overwrite the data in existing iceberg tables:
Expand Down

0 comments on commit ed84ea0

Please sign in to comment.