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

Basic snapshot query supported by delta-kernel (no hints or refresh token) #510

Merged
merged 10 commits into from
Jun 21, 2024

Conversation

pranavsuku-db
Copy link
Collaborator

Some query logic has been migrated to use delta-kernel

val selectionVector = scanFileBatch.getSelectionVector
var addFileObjects = Seq[Object]()
for (rowId <- 0 until batchSize) {
val isSelected = !selectionVector.isPresent ||
Copy link
Collaborator

Choose a reason for hiding this comment

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

@charlenelyu-db
question: what's the selectionVector? And why do we need to check it?

@pranavsuku-db pranavsuku-db merged commit 5f4fe3e into main Jun 21, 2024
5 of 8 checks passed
@pranavsuku-db pranavsuku-db deleted the pranavsuku-db-querykernel branch June 21, 2024 21:43
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