-
Notifications
You must be signed in to change notification settings - Fork 104
Insights: kuzudb/kuzu
Overview
Could not load contribution data
Please try again later
76 Pull requests merged by 8 people
-
Support alter for rel groups
#4764 merged
Jan 23, 2025 -
Remove alterInfo from TableCatalogEntry
#4766 merged
Jan 23, 2025 -
Cli highlighting fix
#4773 merged
Jan 23, 2025 -
Fix rust tests on rustc 1.82+
#4774 merged
Jan 23, 2025 -
Hash aggregate finalization parallelization
#4655 merged
Jan 22, 2025 -
Fixed nodejs progress test randomly failing on arm64
#4765 merged
Jan 22, 2025 -
Deprecate rel group
#4755 merged
Jan 22, 2025 -
A bit cleanup of the binder code
#4754 merged
Jan 22, 2025 -
Refactor extensionUtils apis
#4759 merged
Jan 22, 2025 -
Fix fts dense frontier bug
#4757 merged
Jan 21, 2025 -
Implement show-indexes function
#4750 merged
Jan 21, 2025 -
Fixing incorrect casting during standalone call
#4746 merged
Jan 21, 2025 -
Add max db size flag to shell
#4751 merged
Jan 21, 2025 -
Fix Java comment
#4753 merged
Jan 21, 2025 -
Add missing header to fix GCC 14 build
#4752 merged
Jan 21, 2025 -
Remove CreateTableEntry WAL Record
#4745 merged
Jan 21, 2025 -
Add checkpoint configuration parameters to the API bindings
#4739 merged
Jan 21, 2025 -
Move rel group as a new catalog set
#4742 merged
Jan 20, 2025 -
Add support for nested type in java API
#4720 merged
Jan 20, 2025 -
Fix query graph merge
#4741 merged
Jan 20, 2025 -
Push review changes for #4705
#4735 merged
Jan 18, 2025 -
Fix unordered_map at error caused by non-existing expression in factorized group
#4728 merged
Jan 18, 2025 -
Improve catalog function interface
#4733 merged
Jan 18, 2025 -
Raise error when fts is built on non-string property
#4738 merged
Jan 18, 2025 -
Fix join planning for undirected queries
#4736 merged
Jan 18, 2025 -
Skip header detection if detected number of columns doesn't match
#4737 merged
Jan 18, 2025 -
Implement show-extension functions
#4732 merged
Jan 17, 2025 -
Clear catalog interface
#4726 merged
Jan 17, 2025 -
Fix Java docstring
#4729 merged
Jan 17, 2025 -
Fix distinct limit
#4727 merged
Jan 17, 2025 -
Fix fts conjunctive case with stopwords
#4725 merged
Jan 17, 2025 -
Parallel weighted shortest path
#4699 merged
Jan 16, 2025 -
Support vector index in importing/exporting database
#4722 merged
Jan 16, 2025 -
Handle updates for single-direction rel tables
#4705 merged
Jan 16, 2025 -
Improve fts query performance
#4717 merged
Jan 16, 2025 -
Rework index entry ser/deSer
#4721 merged
Jan 16, 2025 -
Distinct optimizations
#4709 merged
Jan 16, 2025 -
Fix FTS prepare test
#4707 merged
Jan 15, 2025 -
Skip limit parameter
#4711 merged
Jan 15, 2025 -
Remove kU_ParsingOptions
#4710 merged
Jan 15, 2025 -
Replace terms vertex compute with hash index lookup
#4712 merged
Jan 15, 2025 -
Add InternalID equal function and getRelID function for Java API
#4713 merged
Jan 15, 2025 -
Implement internal tables
#4696 merged
Jan 14, 2025 -
Vector index prepare execute
#4695 merged
Jan 14, 2025 -
HNSW-based vector index
#4578 merged
Jan 14, 2025 -
Remove OnDiskGraphDirectedNbrScanState
#4706 merged
Jan 14, 2025 -
Refactor on disk graph interface
#4701 merged
Jan 14, 2025 -
Optimize page rank contention
#4698 merged
Jan 13, 2025 -
Implement single-directional rel table storage (not including updates)
#4688 merged
Jan 11, 2025 -
Add parallel page rank
#4689 merged
Jan 11, 2025 -
Support import/export database with indexes
#4691 merged
Jan 9, 2025 -
Refactor RJOutputWriter
#4692 merged
Jan 9, 2025 -
Add parallel k-core implementation
#4676 merged
Jan 9, 2025 -
Index entry serialization
#4686 merged
Jan 8, 2025 -
Fix python3.13 bug
#4687 merged
Jan 8, 2025 -
Fix macos extension test
#4683 merged
Jan 7, 2025 -
Support skip/limit options for pandas scan
#4662 merged
Jan 7, 2025 -
Fix date-part function
#4682 merged
Jan 7, 2025 -
remove property collector
#4684 merged
Jan 7, 2025 -
Move morsel dispatcher out of frontier pair
#4681 merged
Jan 6, 2025 -
Add extension dir to tidy analyzer
#4680 merged
Jan 6, 2025 -
Fts bug fix
#4677 merged
Jan 4, 2025 -
Remove codecov badge from README
#4678 merged
Jan 4, 2025 -
Add parsing time to compilation time and remove unnecessary clone of plan
#4675 merged
Jan 3, 2025 -
Rework auto begin/commit/rollback transaction during query lifetime
#4674 merged
Jan 2, 2025 -
Rename reader config to file scan info
#4673 merged
Jan 2, 2025 -
KCore Parallel implementation
#4661 merged
Jan 2, 2025 -
Support IGNORE_ERRORS when scanning from pyarrow/pandas
#4646 merged
Jan 2, 2025 -
Add more clang tidy checks
#4672 merged
Dec 30, 2024 -
Refactor table func interface with const params
#4670 merged
Dec 30, 2024 -
Add more complete order by key types check
#4671 merged
Dec 30, 2024 -
Skip query result from rewritten queries
#4633 merged
Dec 30, 2024 -
Remove encoded join and enumeration flags from end-to-end testing framework
#4669 merged
Dec 30, 2024 -
Hash join flatten fix
#4668 merged
Dec 29, 2024 -
Refactor scalar function constructor
#4666 merged
Dec 27, 2024 -
refactor table function constructor
#4664 merged
Dec 23, 2024
4 Pull requests opened by 2 people
-
Fix renaming property with indexes
#4763 opened
Jan 21, 2025 -
Make propertyID global unique
#4770 opened
Jan 22, 2025 -
Better error messages when forgetting to load extension
#4771 opened
Jan 22, 2025 -
Implement yield clause after inQueryCall
#4775 opened
Jan 23, 2025
35 Issues closed by 7 people
-
Improve error message when trying to drop a property on a table associated with an index
#4762 closed
Jan 23, 2025 -
Incorrect highlighting error in CLI
#4758 closed
Jan 23, 2025 -
Bug: JVM is crashing on startup
#4550 closed
Jan 22, 2025 -
Bug: Node.js multiple valid queries with progress test fails randomly on ARM64-based macOS
#4548 closed
Jan 22, 2025 -
Bug: FTS Error while querying index
#4756 closed
Jan 21, 2025 -
Bug: Incorrect casting in standalone call
#4566 closed
Jan 21, 2025 -
Expose maxDBSize to CLI config paramter
#4731 closed
Jan 21, 2025 -
Add checkpoint configuration parameters to the API bindings
#4575 closed
Jan 21, 2025 -
Feature: Support for Array/Map/InternalID types in query parameters
#4708 closed
Jan 20, 2025 -
Bug: Database import and export fails nondeterministically in WebAssembly environment
#4385 closed
Jan 20, 2025 -
Data race in progressFunc
#3293 closed
Jan 20, 2025 -
Feature/Bug: Make SERIAL sequences private
#3579 closed
Jan 20, 2025 -
Performance Bug: Scan rel is slow when bound node offsets are random
#3787 closed
Jan 20, 2025 -
Bug: Segmentation fault on v0.6.0
#4306 closed
Jan 20, 2025 -
Bug: Relationship multiplicity not working
#4334 closed
Jan 20, 2025 -
Bug: GDS recursive join consumes too much memory
#4459 closed
Jan 20, 2025 -
Bug: `WITH` clause and `OPTIONAL MATCH` fails in combination with `WHERE EXISTS` subquery
#4301 closed
Jan 20, 2025 -
Bug: kuzu is broken (hangs up!) with commit 5b3d72d2eb11e0eb928da357196575ffc06f7079
#4730 closed
Jan 18, 2025 -
Bug: std::bad_alloc thrown in CSV sniffer if incorrect tab delimiter provided
#4719 closed
Jan 18, 2025 -
Feature: Add `show_extensions()` function to show loaded extensions
#4693 closed
Jan 17, 2025 -
Bug: benchmark query push-down-limit-into-distinct fails randomly on CI
#4724 closed
Jan 17, 2025 -
Add write support for LIST, STRUCT, and MAP types for C API
#4149 closed
Jan 17, 2025 -
Refactor end-to-end testing framework to go through `query` instead of `prepare` and `execute`
#4503 closed
Jan 16, 2025 -
Bug: Shell is not correctly printing result when TableFunction::rewriteFunc is applied
#4620 closed
Jan 16, 2025 -
Feature: Support SKIP/LIMIT with language clients
#4704 closed
Jan 15, 2025 -
Bug: [java client] Missing equals function implementation in InternalID.java class
#4703 closed
Jan 15, 2025 -
Bug: Java client Native API is missing function to get Rel ID (e.g. ValueRelUtil.getID))
#4702 closed
Jan 15, 2025 -
Feature: C++ standard support vs c++2a
#4697 closed
Jan 13, 2025 -
Bug: Segmentation Fault When Using Kuzu COPY FROM with Polars DataFrame
#4685 closed
Jan 8, 2025 -
Bug: date_part function giving incorrect results
#4667 closed
Jan 7, 2025 -
[Proposal]: Iceberg & Delta lake design
#3646 closed
Jan 6, 2025 -
Release v0.7.1
#4649 closed
Jan 5, 2025 -
Feature: Support `IGNORE_ERRORS` when scanning from in-memory sources
#4534 closed
Jan 2, 2025
18 Issues opened by 8 people
-
Bug: Duplicate Rel Table Name
#4772 opened
Jan 22, 2025 -
Bug: Naming conflict while creating rel tables
#4769 opened
Jan 22, 2025 -
Bug: table_info() returns inconsistent result after dropping child table columns
#4768 opened
Jan 22, 2025 -
Bug: Inaccurate error while creating REL TABLE with conflict
#4767 opened
Jan 22, 2025 -
Rename column not reflected in show_indexes()
#4761 opened
Jan 21, 2025 -
Feature: Better error messages when forgetting to load extension
#4760 opened
Jan 21, 2025 -
Bug: Index out of bounds when importing to existing table in wasm demo
#4749 opened
Jan 20, 2025 -
Unexpected: SIGSEGV with large query
#4747 opened
Jan 20, 2025 -
Feature: Support creating InternalID values in API bindings
#4744 opened
Jan 20, 2025 -
Bug: multiple call statement result in binder exception
#4740 opened
Jan 18, 2025 -
Feature: Add syntax highlighting for table name completion
#4723 opened
Jan 16, 2025 -
Bug: Releasing physical memory associated with a frame failed with error code -1: Invalid argument
#4718 opened
Jan 15, 2025 -
Bug: Error: unordered_map::at thrown by Kuzu
#4716 opened
Jan 15, 2025 -
Bug: Logic bug causing non-existing relations returned
#4715 opened
Jan 15, 2025 -
Bug: Problematic aggregaion function implementation causing query parsing error
#4714 opened
Jan 15, 2025 -
Optimization: Enable SIP based on cardinality information without a filter
#4700 opened
Jan 13, 2025 -
Feature: Add extension tests to code coverage
#4690 opened
Jan 8, 2025 -
Feature: Add random sampling function to help users use Kùzu for training GNNs
#4665 opened
Dec 23, 2024
18 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
More test coverage on multi-label and fwd/bwd directed rel scan
#4267 commented on
Dec 29, 2024 • 0 new comments -
More complete support of order by key types
#1212 commented on
Dec 30, 2024 • 0 new comments -
Feature: Compression support for more data types
#3532 commented on
Jan 5, 2025 • 0 new comments -
Feature: Full text search todo
#4564 commented on
Jan 14, 2025 • 0 new comments -
[Feature]: Unify REL TABLE GROUP with REL TABLE
#3627 commented on
Jan 15, 2025 • 0 new comments -
Bug: electron app on windows, as soon as I include kuzu into main process, I get the following error and the app crashes.
#3812 commented on
Jan 16, 2025 • 0 new comments -
Feature: bring back STATIC_FILTERED selection vector
#4663 commented on
Jan 16, 2025 • 0 new comments -
Bug: Skip comment lines in csv files
#4293 commented on
Jan 16, 2025 • 0 new comments -
Bug: API Interrupt test fails on CI
#4431 commented on
Jan 17, 2025 • 0 new comments -
Bug: Decimal edge case failure
#3949 commented on
Jan 17, 2025 • 0 new comments -
Feature: Rel tables with only forward directed storage
#4320 commented on
Jan 17, 2025 • 0 new comments -
Bug: Kuzu wrongly output non-existing relations in certain cases
#4189 commented on
Jan 20, 2025 • 0 new comments -
Bug: Kuzu hangs with undirected recursive join and `TRAIL` path semantic
#4540 commented on
Jan 20, 2025 • 0 new comments -
Query fails with very large manual joins
#1672 commented on
Jan 20, 2025 • 0 new comments -
Feature: Implement implicit cast from struct to map
#3985 commented on
Jan 20, 2025 • 0 new comments -
0.8.0 Release
#4567 commented on
Jan 23, 2025 • 0 new comments -
support path semantic in non-recursive-path
#4405 commented on
Dec 24, 2024 • 0 new comments -
Allow reordering of joins in `Planner::planRegularMatch`
#4625 commented on
Jan 6, 2025 • 0 new comments