This is an automated email from the ASF dual-hosted git repository.
dianfu pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git
from 58460b2028c [hotfix][table] Add `LOOKAHEAD` in `SqlRichExplain`
add 05dee4a2e85 [hotfix][examples] Add Python examples on how to read
binary data from Kafka
No new revisions were added by this update.
Summary of changes:
.../datastream/connectors/kafka_avro_format.py | 41 ++++++---
.../connectors/kafka_bytearray_format.py | 102 +++++++++++++++++++++
.../datastream/connectors/kafka_csv_format.py | 41 ++++++---
.../datastream/connectors/kafka_json_format.py | 41 ++++++---
4 files changed, 186 insertions(+), 39 deletions(-)
create mode 100644
flink-python/pyflink/examples/datastream/connectors/kafka_bytearray_format.py