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

[pull] master from kuzudb:master #2

Merged
merged 174 commits into from
Apr 7, 2024
Merged

Conversation

pull[bot]
Copy link

@pull pull bot commented Mar 4, 2024

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

@pull pull bot added the ⤵️ pull label Mar 4, 2024
ray6080 and others added 28 commits March 4, 2024 21:41
Clean up transaction pointer in physical operator
More efficient ColumnChunk string dictionary caching
Fix setting of column chunk capacity
They now store pointers in the internal cache which would be invalidated when moving and can't be easily updated
ValueVectors have high memory fragmentation, and allocate strings in
256KB chunks for only 2048 strings.
ColumnChunks can have a much larger capacity, and also support string
de-duplication.
Re-write partitioner to use ColumnChunks instead of ValueVectors
Clean up unique_ptr of LogicalType in NodeGroup and BatchInsert
Combine append(ValueVector) with appendOne
andyfengHKU and others added 29 commits March 28, 2024 18:54
I have read and agree to the CLA of the Kuzu repository.
I have read and agree to the CLA of the Kuzu repository.
* remove unused test statements
I have read and agree to the CLA of the Kuzu repository.
I have read and agree to the CLA of the Kuzu repository.
I have read and agree to the CLA of the Kuzu repository.
* multiple query results

* Multiple query results C API fix (#3195)

---------

Co-authored-by: 囧囧 <liuc223@gmail.com>
Bools are stored packed in column chunks, so indexing into the data using the size in bytes of the type will not work.
* Bump clang-format to v18 and enable auto format

* Add repository and ref to actions/checkout step

* Update source, test, and extension format checks

* Run clang-format

---------

Co-authored-by: CI Bot <mewim@users.noreply.github.com>
* Check for format changes on master branch

* Fix extension format check job name
@ruze00 ruze00 merged commit c3fb297 into regression-io:master Apr 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.