Skip to content

Conversation

@ferenc-csaky
Copy link

No description provided.

@boring-cyborg
Copy link

boring-cyborg bot commented Dec 15, 2025

Thanks for opening this pull request! Please check out our contributing guidelines. (https://flink.apache.org/contributing/how-to-contribute.html)

README_FILE = os.path.join(CURRENT_DIR, 'README.txt')

# Generated files and directories
VERSION_FILE = os.path.join(CURRENT_DIR, 'pyflink/datastream/connectors/aws_connector_version.py')
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

could the failure be due to we using different connector version whereas this file doesnt exist. Shoudl we rather use pyflink/datastream/connectors/kinesis.py as is there in main branch?

Comment on lines 106 to 107
"../flink-connector-aws/flink-connector-kinesis/src/main" +
"/java/org/apache/flink/streaming/connectors/kinesis/FlinkKinesisConsumer.java")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same here, should we rather use:

in_flink_source = os.path.isfile(
    "../flink-connector-aws/flink-connector-aws-kinesis-streams/src/main" +
    "/java/org/apache/flink/connector/kinesis/source/KinesisStreamsSource.java")

as is there in the main branch?

@ferenc-csaky ferenc-csaky merged commit 9682e86 into apache:v5.1 Jan 6, 2026
5 checks passed
@boring-cyborg
Copy link

boring-cyborg bot commented Jan 6, 2026

Awesome work, congrats on your first merged pull request!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants