-
Notifications
You must be signed in to change notification settings - Fork 38
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
Add ScalarDB Dao and related files #2417
Merged
+747
−1
Merged
Changes from 1 commit
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
753618b
Util classes for data loader
inv-jishnu 8d39d02
Fix spotbug issue
inv-jishnu bf94c49
Removed error message and added core error
inv-jishnu 47be388
Applied spotless
inv-jishnu 913eb1c
Fixed unit test failures
inv-jishnu 1f204b8
Merge branch 'master' into feat/data-loader/utils
ypeckstadt 6cfa83a
Basic data import enum and exception
inv-jishnu d381b2b
Removed exception class for now
inv-jishnu 67f2474
Added DECIMAL_FORMAT
inv-jishnu 14e3593
Path util class updated
inv-jishnu a096d51
Feedback changes
inv-jishnu dbf1940
Merge branch 'master' into feat/data-loader/utils
ypeckstadt cd8add9
Merge branch 'master' into feat/data-loader/utils
ypeckstadt 52890c8
Changes
inv-jishnu 5114639
Merge branch 'master' into feat/data-loader/import-data-1
inv-jishnu 4f9cd75
Merge branch 'feat/data-loader/utils' into feat/data-loader/scaladb-dao
inv-jishnu 1997eb8
Added ScalarDB Dao
inv-jishnu 91e6310
Merge branch 'master' into feat/data-loader/scaladb-dao
inv-jishnu 8a7338b
Remove unnecessary files
inv-jishnu e206073
Changes
inv-jishnu 26d3144
Changes
inv-jishnu b86487d
spotbugs exclude
inv-jishnu 818a2b4
spotbugs exclude -2
inv-jishnu 90abd9e
Removed use of List.of to fix CI error
inv-jishnu ba2b3dd
Merged changes from master after resolving conflict
inv-jishnu 03324e1
Minor change in test
inv-jishnu acedabe
Partial feedback changes
inv-jishnu 67dcb06
Merge branch 'master' into feat/data-loader/scaladb-dao
ypeckstadt 90c4830
Changes added
inv-jishnu 39c43de
Removed scalardb manager file
inv-jishnu 3fe30a3
Merge branch 'master' into feat/data-loader/scaladb-dao
inv-jishnu 4df4acd
Removed wildcard import
inv-jishnu 53cd523
Merge branch 'master' into feat/data-loader/scaladb-dao
inv-jishnu f4f253e
Changes
inv-jishnu 6d43bdc
Merge branch 'master' into feat/data-loader/scaladb-dao
inv-jishnu e492fad
Merge branch 'master' into feat/data-loader/scaladb-dao
ypeckstadt 7d50971
Merge branch 'master' into feat/data-loader/scaladb-dao
ypeckstadt 94039b2
Merge branch 'master' into feat/data-loader/scaladb-dao
ypeckstadt 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
Loading status checks…
Changes
commit f4f253e67fbc3dc7ef69a353f5e28a6fac272a5b
There are no files selected for viewing
This file contains 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 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 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
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.
[minor] I think we can reduce the duplicated code by setting Clustering Key like this as well as
createPutWith()