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 compile failures #105

Merged
merged 1 commit into from
Nov 25, 2023
Merged

Fix compile failures #105

merged 1 commit into from
Nov 25, 2023

Conversation

fqaiser94
Copy link
Contributor

@fqaiser94 fqaiser94 commented Nov 25, 2023

Fixes: #104

I think something was merged in after #94 without rebasing on top of main resulting in some compile failures (type check errors).

Not a big deal, easily fixed.

@fqaiser94 fqaiser94 force-pushed the fix_compile_failures branch from 5537e26 to 310efe9 Compare November 25, 2023 03:31
Copy link
Contributor

@liurenjie1024 liurenjie1024 left a comment

Choose a reason for hiding this comment

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

LGTM, Thanks!

@liurenjie1024
Copy link
Contributor

It seems that ci settings ci didn't enforce rebase before merging. Not sure if this the limitation of apache infra.

@Fokko
Copy link
Contributor

Fokko commented Nov 25, 2023

@liurenjie1024

It seems that ci settings ci didn't enforce rebase before merging. Not sure if this the limitation of apache infra.

This can be configured in the .asf.yaml on a per-branch basis:

github:
  protected_branches:
    main:
      required_status_checks:
        # strict means "Require branches to be up to date before merging".
        strict: true

See https://cwiki.apache.org/confluence/pages/viewpage.action?spaceKey=INFRA&title=Git+-+.asf.yaml+features

Copy link
Contributor

@Fokko Fokko left a comment

Choose a reason for hiding this comment

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

Thanks for fixing this @fqaiser94 and @liurenjie1024 for the review 🙌

@Fokko Fokko merged commit 7108b4a into apache:main Nov 25, 2023
@fqaiser94 fqaiser94 deleted the fix_compile_failures branch November 25, 2023 15:21
@liurenjie1024
Copy link
Contributor

@liurenjie1024

It seems that ci settings ci didn't enforce rebase before merging. Not sure if this the limitation of apache infra.

This can be configured in the .asf.yaml on a per-branch basis:

github:

  protected_branches:

    main:

      required_status_checks:

        # strict means "Require branches to be up to date before merging".

        strict: true

See https://cwiki.apache.org/confluence/pages/viewpage.action?spaceKey=INFRA&title=Git+-+.asf.yaml+features

I've already enabled this but It seems Not working.

shaeqahmed pushed a commit to matanolabs/iceberg-rust that referenced this pull request Dec 9, 2024
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.

test: Fix type error in test_create_table and test_update_table
3 participants