-
Notifications
You must be signed in to change notification settings - Fork 9
doc: add Database.LSMTree.Simple #653
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
Conversation
00f63c5
to
593e161
Compare
593e161
to
d9af4bd
Compare
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.
Very nice, I think the Simple
module is a very good entry point for new users. There are some suggestions below:
Did you intend to attach some suggestions, or was this in reference to the review itself? |
Ah, I was referencing the review itself |
8bd6a88
to
0ecbdc0
Compare
@jorisdral Ready for re-review. |
be74e03
to
96117c3
Compare
@jorisdral ready for re-review |
c15a34e
to
ccf0e64
Compare
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.
LGTM, but I think we can cut out some of the golden file noise
cb94e20
to
4daafc9
Compare
That's why it's in its own commit, and is a direct consequence of adding the simple table type to the golden tests (as the primary table type). The golden test noise needs to happen eventually, and might as well happen now. |
See #653 (comment) |
ba1fb00
to
fa8c2e0
Compare
93244e1
to
8abc7f3
Compare
8abc7f3
to
8fbfadc
Compare
…ession dir and table union errors
8fbfadc
to
a51e90d
Compare
This PR is ready for review. The fixes to
TableNotCompatibleError
will be addressed once #660 is merged. In the meantime, this is ready for review and for merging. This PR has been reviewed by @jeltsch.