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

Unifying Remove function with PA #2776

Open
wants to merge 13 commits into
base: main
Choose a base branch
from

Conversation

anderson-joyle
Copy link
Contributor

No description provided.

@anderson-joyle anderson-joyle force-pushed the andersonf/unify/remove-function branch from 65b5f6c to 5e675d8 Compare December 13, 2024 19:42
@LucGenetier
Copy link
Contributor

LucGenetier commented Dec 13, 2024

✅ No public API change. #Resolved

3 similar comments
@LucGenetier
Copy link
Contributor

LucGenetier commented Dec 16, 2024

✅ No public API change. #Resolved

@LucGenetier
Copy link
Contributor

LucGenetier commented Dec 17, 2024

✅ No public API change. #Resolved

@LucGenetier
Copy link
Contributor

LucGenetier commented Dec 19, 2024

✅ No public API change. #Resolved

@anderson-joyle anderson-joyle force-pushed the andersonf/unify/remove-function branch from 4619d74 to 8983927 Compare December 19, 2024 16:32
@LucGenetier
Copy link
Contributor

LucGenetier commented Dec 19, 2024

✅ No public API change. #Resolved

1 similar comment
@LucGenetier
Copy link
Contributor

LucGenetier commented Dec 19, 2024

✅ No public API change. #Resolved

@anderson-joyle anderson-joyle force-pushed the andersonf/unify/remove-function branch from 9dbde75 to 617a7fd Compare December 26, 2024 20:48
@LucGenetier
Copy link
Contributor

LucGenetier commented Dec 26, 2024

✅ No public API change. #Resolved

2 similar comments
@LucGenetier
Copy link
Contributor

LucGenetier commented Dec 28, 2024

✅ No public API change. #Resolved

@LucGenetier
Copy link
Contributor

LucGenetier commented Dec 30, 2024

✅ No public API change. #Resolved

@anderson-joyle anderson-joyle force-pushed the andersonf/unify/remove-function branch from 4ea55b9 to 42a16ef Compare December 30, 2024 20:29
@LucGenetier
Copy link
Contributor

LucGenetier commented Dec 30, 2024

✅ No public API change. #Resolved

@LucGenetier
Copy link
Contributor

LucGenetier commented Dec 31, 2024

✅ No public API change. #Resolved

@anderson-joyle anderson-joyle changed the title WIP Remove function Unifying Remove function with PA Dec 31, 2024
@anderson-joyle anderson-joyle marked this pull request as ready for review December 31, 2024 21:28
@anderson-joyle anderson-joyle requested a review from a team as a code owner December 31, 2024 21:28
{
return errorRecord.Error;
}
}
Copy link
Contributor

Choose a reason for hiding this comment

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

we should discuss this.

This is eagerly scanning the entire table. Can we confirm that's the language semantics?
The danger is:

  • that could be a lot of work upfront
  • that could prevent future optimizations
  • in paging/delegation cases, we don't download entire table . It could be a random set of rows. If there are error rows, they may or may not show up in that random set.

@LucGenetier
Copy link
Contributor

✅ No public API change.

Copy link
Contributor

@MikeStall MikeStall left a comment

Choose a reason for hiding this comment

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

:shipit:

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.

3 participants