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

Fix export database regression #3171

Merged
merged 1 commit into from
Mar 28, 2024
Merged

Conversation

andyfengHKU
Copy link
Contributor

Fix an export database regression issue.

The issue is due to we rebind in prepare & execute function call. And export directory is created in the first binding stage. This PR moves the directory creation to mapper. Ideally we should do it insider operator but it's not doable at this point because child pipelines require directory to exist first.

Copy link

codecov bot commented Mar 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.08%. Comparing base (2ec13b2) to head (17a19d5).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #3171   +/-   ##
=======================================
  Coverage   92.08%   92.08%           
=======================================
  Files        1170     1170           
  Lines       44181    44182    +1     
=======================================
+ Hits        40683    40684    +1     
  Misses       3498     3498           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@andyfengHKU andyfengHKU force-pushed the fix-export-database-regression branch from 177b503 to 17a19d5 Compare March 28, 2024 19:37
@andyfengHKU andyfengHKU merged commit 293b4e6 into master Mar 28, 2024
17 checks passed
@andyfengHKU andyfengHKU deleted the fix-export-database-regression branch March 28, 2024 21:31
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