flink
flink copied to clipboard
Apache Flink
## What is the purpose of the change Support Microsoft SQL Server in JDBC connector ## Brief change log - Added SqlServerDialect and corresponding helper class ## Verifying this change...
## What is the purpose of the change Help user locate the container where a task is running on from Web UI by including port in the host info on...
## What is the purpose of the change Make hive source support filter push down for orc format ## Brief change log - Make HiveTableSource implement `SupportsFilterPushDown` - Pass the...
## What is the purpose of the change Adding a way to configure `client.id.prefix` for the KafkaSink, which, internally, configures `client.id` for the KafkaProducer. This implementation essentially copies the implementation...
## What is the purpose of the change *Translate "Hybrid Source" page of "DataStream Connectors" into Chinese* ## Brief change log *Translate "Hybrid Source" page of "DataStream Connectors" into Chinese*...
Just for CI, please ignore
Just for test
Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.3.3 to 42.4.1. Release notes Sourced from postgresql's releases. 42.4.0 What's Changed Enhancement: Made TimestampUtils.utcTz static and renamed to UTC_TIMEZONE by @svendiedrichsen in pgjdbc/pgjdbc#2519 fix: return correct...
## What is the purpose of the change Stopping offset can be 0.When we make a zero stopping offset empty,it would be serialized to NO_STOPPING_OFFSET, which it is not expected....
## What is the purpose of the change *(For example: This pull request makes task deployment go through the blob server, rather than through RPC. That way we avoid re-transferring...