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

Check for out-of-bound segments and zero-duration files in publish() #227

Open
frankenjoe opened this issue Aug 12, 2022 · 1 comment
Open
Labels
enhancement New feature or request publish

Comments

@frankenjoe
Copy link
Collaborator

frankenjoe commented Aug 12, 2022

We should add additional security checks that check for out-of-bound segments in segmented tables and files with zero duration. Both are most likely bugs. In case the user adds such files or segments on purpose she should explicitly turn off the checks.

@frankenjoe frankenjoe added the enhancement New feature or request label Aug 12, 2022
@hagenw hagenw changed the title Check for out-of-bound sergments and zero-duration files in publish() Check for out-of-bound segments and zero-duration files in publish() Aug 12, 2022
@frankenjoe
Copy link
Collaborator Author

E.g. we could accomplish this by adding two new arguments allow_out_of_bound_segments and allow_zero_duration_files which we set to False by default.

@hagenw hagenw added the publish label Apr 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request publish
Projects
None yet
Development

No branches or pull requests

2 participants