Skip to content

Conversation

@dontirun
Copy link

@dontirun dontirun commented Jan 9, 2026

Resolves #668

There are quite a few things I'm not too sure about with this implementation (like the filtering logic or if I've properly tested it)

Comment on lines +693 to +700
metadata: meta,
fs: fs,
projectedSchema: t.meta.CurrentSchema(),
boundRowFilter: boundFilter,
caseSensitive: true,
rowLimit: -1, // No limit
concurrency: 1,
}
Copy link
Author

Choose a reason for hiding this comment

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

I don't know if this is correct

@zeroshade
Copy link
Member

I'll give this a look to start reviewing, in the meantime can you fix the lint issues?

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.

feat(Table): Overwrite functionality

2 participants