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

Replace Linux open file flag with kuzu open file flag #2931

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Conversation

acquamarin
Copy link
Collaborator

This PR replaces the unix style of open file flag with the kuzu defined open file flag to solve the cross-platform issue.
O_ACCMODE is not defined on windows, meaning that we have to define ourselves. To solve this issue, duckdb introduces their own open file flag, and does a conversion during file open.

@ray6080 ray6080 marked this pull request as ready for review June 20, 2024 20:58
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.

None yet

2 participants