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

Fix 'polling_interval' parameter docs in LivyOperator #38979

Merged
merged 1 commit into from
Apr 13, 2024

Conversation

mateuslatrova
Copy link
Contributor

@mateuslatrova mateuslatrova commented Apr 12, 2024

Explain

There is no issue linked to this PR.

The documentation of the LivyOperator had an error:
:param polling_interval: time in seconds between polling for job completion. Don't poll for values >= 0

Actually, the operator will not poll when the polling_interval is less than or equal (<=) to 0. This PR changes that >= sign to a <= in the docs.

@hussein-awala hussein-awala merged commit 6de420a into apache:main Apr 13, 2024
41 checks passed
Copy link

boring-cyborg bot commented Apr 13, 2024

Awesome work, congrats on your first merged pull request! You are invited to check our Issue Tracker for additional contributions.

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

Successfully merging this pull request may close these issues.

None yet

3 participants