-
Notifications
You must be signed in to change notification settings - Fork 141
[Issue #1247] Maintain consistency between the Rockset index and the RocksDB index. #1259
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
base: master
Are you sure you want to change the base?
Conversation
cpp/pixels-index/pixels-index-rockset/lib/jni/BlockBasedTableConfig.cpp
Outdated
Show resolved
Hide resolved
...ls-index/pixels-index-rockset/src/main/java/io/pixelsdb/pixels/index/rockset/jni/Filter.java
Outdated
Show resolved
Hide resolved
| @@ -0,0 +1,17 @@ | |||
| package io.pixelsdb.pixels.index.rockset.jni; | |||
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.
Add a license header for all the Java files written by us (not copied from third-party projects).
...x/pixels-index-rockset/src/main/java/io/pixelsdb/pixels/index/rockset/jni/RocksetHandle.java
Show resolved
Hide resolved
...ex/pixels-index-rockset/src/test/java/io/pixelsdb/pixels/index/rockset/TestRocksetIndex.java
Show resolved
Hide resolved
| package io.pixelsdb.pixels.index.rockset.jni; | ||
|
|
||
| import java.util.Objects; | ||
|
|
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.
Add a comment saying this file is modified from the rocksdb jni bindings.
| @@ -0,0 +1,142 @@ | |||
|
|
|||
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 the empty line.
Implement of java version change