Royi Luo

Results 7 issues of Royi Luo

# Description Partial fixes #1872: - Add `IGNORE_ERRORS` option to CSV parsing that skips any invalid rows during parsing and later reports all invalid rows (like warnings) - Improve error...

# Description Please include a summary of the changes and the related issue (if applicable). Please also include relevant motivation and context. Fixes # (issue) # Contributor agreement - [...

# Description Add [ALP library](https://github.com/cwida/ALP) for floating point compression to the repo. Actual integration to the library will be in a [separate PR](https://github.com/kuzudb/kuzu/pull/3994) # Contributor agreement - [ ] I...

### Kùzu version master branch ### What operating system are you using? Ubuntu 22.04.5 LTS ### What happened? The DuckDB postgres extension can leak memory as it does not call...

bug

We have some CALL functions such as the one for [clearing cached warnings](https://github.com/kuzudb/kuzu/issues/4226) that change some state in the connection/DB without needing to return anything. It would be nice to...

feature

Currently, the limit on the number of cached warnings (configurable using `CALL warning_limit={value}`) is applied per-connection. We should discuss if it is more user-intuitive for this limit to apply per-query...

usability

Currently during node group checkpoint, we read out + write back entire chunks when applying updates. This can be improved to apply updates on a finer-grained scale (vectors). This will...

performance optimization