Skip to content

Commit

Permalink
fixed format and upgrade test
Browse files Browse the repository at this point in the history
  • Loading branch information
xianhualiu committed Apr 15, 2024
1 parent 7bf2f87 commit ed06501
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ public class KafkaIOTranslationTest {
READ_TRANSFORM_SCHEMA_MAPPING.put(
"getValueDeserializerProvider", "value_deserializer_provider");
READ_TRANSFORM_SCHEMA_MAPPING.put("getCheckStopReadingFn", "check_stop_reading_fn");
READ_TRANSFORM_SCHEMA_MAPPING.put("getConsumerPollingTimeout", "consumer_polling_timeout")
}

// A mapping from Write transform builder methods to the corresponding schema fields in
Expand Down
3 changes: 1 addition & 2 deletions sdks/python/apache_beam/io/kafka.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,7 @@ def __init__(
start_read_time=start_read_time,
commit_offset_in_finalize=commit_offset_in_finalize,
timestamp_policy=timestamp_policy,
consumer_polling_timeout=consumer_polling_timeout
)),
consumer_polling_timeout=consumer_polling_timeout)),
expansion_service or default_io_expansion_service())


Expand Down

0 comments on commit ed06501

Please sign in to comment.