Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Improve][HiveSink]Fix Partition loading failed. #3886

Merged
merged 8 commits into from
Jan 17, 2023
Prev Previous commit
Next Next commit
update change log.
zhaoliang01 authored and TyrantLucifer committed Jan 17, 2023
commit 5f55ad34bb6e7aa7fe3eb0878241954dcdce58ae
1 change: 1 addition & 0 deletions docs/en/connector-v2/sink/Hive.md
Original file line number Diff line number Diff line change
@@ -161,6 +161,7 @@ sink {
- When field from upstream is null it will throw NullPointerException
- Sink columns mapping failed
- When restore writer from states getting transaction directly failed
- If user sets 'partition_dir_expression = "${v0}"' in hive-sink,it means that the partition directory does not have a partition name. Then the partition loading will fail.([3886](https://github.com/apache/incubator-seatunnel/pull/3886))

### Next version