-
Notifications
You must be signed in to change notification settings - Fork 14.3k
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
Refactor: Simplify conditions on len() #33454
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
eumiro
requested review from
potiuk,
ashb,
jedcunningham,
eladkal,
o-nikolas,
hussein-awala,
uranusjr,
ryanahamilton,
bbovenzi,
pierrejeambrun,
ephraimbuddy,
kaxil and
XD-DENG
as code owners
August 16, 2023 18:45
boring-cyborg
bot
added
area:CLI
area:providers
area:Scheduler
including HA (high availability) scheduler
area:webserver
Webserver related Issues
provider:amazon-aws
AWS/Amazon - related issues
provider:apache-hive
provider:apache-flink
provider:cncf-kubernetes
Kubernetes provider related issues
provider:databricks
provider:docker
provider:imap
provider:microsoft-azure
Azure-related issues
provider:openlineage
AIP-53
labels
Aug 16, 2023
uranusjr
reviewed
Aug 17, 2023
uranusjr
reviewed
Aug 17, 2023
scripts/ci/pre_commit/pre_commit_check_system_tests_hidden_in_index.py
Outdated
Show resolved
Hide resolved
uranusjr
reviewed
Aug 17, 2023
uranusjr
approved these changes
Aug 17, 2023
eumiro
force-pushed
the
simplify-len
branch
4 times, most recently
from
August 19, 2023 18:02
570ba81
to
2b6773b
Compare
Neds conflict resolution/fixing tests. |
@potiuk I will split it into smaller PRs. This one will keep only the last commit for files that did not fit any other specific commit. |
eumiro
force-pushed
the
simplify-len
branch
2 times, most recently
from
August 21, 2023 18:19
853d2d4
to
15ebe06
Compare
jedcunningham
approved these changes
Aug 22, 2023
potiuk
approved these changes
Aug 22, 2023
ephraimbuddy
added
the
type:misc/internal
Changelog: Misc changes that should appear in change log
label
Oct 2, 2023
ephraimbuddy
pushed a commit
that referenced
this pull request
Oct 5, 2023
(cherry picked from commit e434ae8)
99 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area:CLI
area:providers
area:Scheduler
including HA (high availability) scheduler
area:webserver
Webserver related Issues
provider:amazon-aws
AWS/Amazon - related issues
provider:apache-flink
provider:apache-hive
provider:cncf-kubernetes
Kubernetes provider related issues
provider:databricks
provider:docker
provider:imap
provider:microsoft-azure
Azure-related issues
provider:openlineage
AIP-53
type:misc/internal
Changelog: Misc changes that should appear in change log
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
All of the changes are atomic within a line or a group of lines. I have split the changes into 9 regional commits and posted them within one PR, but if you wish, I can split them into 9 PRs.