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

Introduce Deltalake #11

Merged
merged 7 commits into from
Feb 15, 2024
Merged

Introduce Deltalake #11

merged 7 commits into from
Feb 15, 2024

Conversation

mrocklin
Copy link
Member

This doesn't work yet. I'm getting odd column errors in the tpch query. Sharing early in case people have thoughts.

Copy link
Member

@jrbourbeau jrbourbeau left a comment

Choose a reason for hiding this comment

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

Thanks @mrocklin I'll try this out and try to get it running on the cloud as well

generate_data.py Outdated
Comment on lines 38 to 40
else:
path = pathlib.Path(path)
path.mkdir(parents=True, exist_ok=True)
Copy link
Member

Choose a reason for hiding this comment

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

Hmm I'm curious why this is needed given the mkdir calls later in this function, but I'll probably find out while running this code locally. Feel free to fill me in if you recall why this was added

Copy link
Member Author

Choose a reason for hiding this comment

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

This might just be a merge issue.

@jrbourbeau
Copy link
Member

@mrocklin I'm stepping away for a bit but will circle back here. Just pushed commits that resolve merge conflicts and make this run on S3 (and local still)

Copy link
Member

@jrbourbeau jrbourbeau left a comment

Choose a reason for hiding this comment

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

Thanks @mrocklin

@jrbourbeau jrbourbeau merged commit 16e753e into main Feb 15, 2024
1 check passed
@jrbourbeau jrbourbeau deleted the delta branch February 15, 2024 19:54
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