-
Notifications
You must be signed in to change notification settings - Fork 547
Project: S3779 LZW ColGroup | ASML #2560
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
Open
MasterBrain2000
wants to merge
34
commits into
apache:main
Choose a base branch
from
MasterBrain2000:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
d767502
[SYSTEMDS-3543] Piece-wise linear compression of column groups
MaryAbdull d73a371
PiecewiseLinearUtils.computeBreakpointSuccessive is compressed in O(n)
Mancer1 f442491
Old DP algorithm and its usages are removed
Mancer1 6dea132
add DDCLZW enum value to ColGroupType
5bd5180
new ColGroupPiecewiseLinearCompressed methods; fix testComputeSUm
m-ollka 0263992
new replace & unitaryOperation
f3fe67f
ColGroupIO support
ff38235
[Minor] fixed mistake in previous commit
5e50b92
Performance tests and Benchmarks for sucussive Piece wise algorithm a…
Mancer1 37ef00d
added operation tests
86f671a
using tab instead of spaces for intentations
07be457
Implement missing abstract method in ColGroupPiecewiseLinearCompressed
Mancer1 5cc6487
ci: configure GPG loopback pinentry for release script workflow
Mancer1 10e86e8
ci: configure GPG loopback pinentry for release script workflow
Mancer1 f99b824
ci: configure GPG loopback pinentry for release script workflow
Mancer1 4a9a13a
ci: configure GPG loopback pinentry for release script workflow
Mancer1 29153b1
Implement missing abstract method in ColGroupPiecewiseLinearCompressed
Mancer1 de890dc
added missing import
Mancer1 4da1965
added all missing abstract methods
Mancer1 e51a38f
ci: restore release-scripts.yml workflow to original state
Mancer1 5cc8a39
added the missing licenses and imports
Mancer1 82c8bd9
style: fix checkstyle violations in test classes
Mancer1 1298867
added the missing ValueFunction import
Mancer1 02b90bf
style: apply eclipse line formatting fixes via format-changed.sh
Mancer1 f3d419d
Remove all DP functions and using testUtils helper function instead t…
Mancer1 bfdbcf0
deleting unused imports, and formatting
Mancer1 1bf3737
added skeleton for remaining 0% coverage functions
69a1013
updated skeleton for 0% coverage functions
02cf453
testing write
7004f24
tests 16-30
m-ollka 83d9bee
tests 01-15
448642c
Add unit tests and coverage fixes and some comments
Mancer1 5d0b8b4
correcting Java codestyle
Mancer1 ffd45bf
DP code and related and legacy comments deleted or edited, return nul…
Mancer1 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove line