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

feat: Predicate Pushdown across join and Fix Materialization Bugs #316

Merged
merged 39 commits into from
Aug 15, 2022

Conversation

gaurav274
Copy link
Member

No description provided.

@gaurav274 gaurav274 marked this pull request as ready for review August 13, 2022 03:11
@gaurav274 gaurav274 requested a review from xzdandy August 13, 2022 03:11
@gaurav274
Copy link
Member Author

#144

@@ -217,7 +256,8 @@ def create_sample_video_as_blob(num_frames=NUM_FRAMES):

def copy_sample_videos_to_upload_dir():
shutil.copyfile(
"data/ua_detrac/ua_detrac.mp4", os.path.join(UPLOAD_DIR, "ua_detrac.mp4")
"data/ua_detrac/ua_detrac.mp4",
Copy link
Member

Choose a reason for hiding this comment

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

Will these hard-coded paths work on Windows?

Copy link
Member Author

Choose a reason for hiding this comment

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

They might not. I’ll fix these. Looks like we have a lot of instances in the this file. Can be done in a separate PR.

@gaurav274 gaurav274 merged commit 01a94b0 into georgia-tech-db:master Aug 15, 2022
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