cockroach
https://github.com/cockroachdb/cockroach
Go
CockroachDB - the open source, cloud-native distributed SQL database.
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Go not yet supported272 Subscribers
View all SubscribersAdd a CodeTriage badge to cockroach
Help out
- Issues
- roachtest: ssh_problem failed
- sql/importer: string parquet column silently imports corrupt values into TIMESTAMPTZ target
- sql/importer: UUID-annotated parquet column imported into STRING/BYTES poisons the table; auto stats then crash-loops the node
- sql/importer: ENUM-annotated parquet column imported into STRING target panics the node
- sql/importer: unsigned parquet ints (UINT_32/UINT_64) silently reinterpreted as signed
- sql/importer: STRUCT and bare-repeated parquet columns bypass nested-type rejection and silently corrupt data
- sql/importer: no datum-type check before KV encoding — converter bugs become silent corruption or unreadable rows
- sql/importer: parquet DECIMAL support gaps — FLBA-backed rejected, int-backed corrupts INT targets, BYTE_ARRAY-backed misparsed
- sql/importer: parquet LIST<timestamp> cannot be imported into TIMESTAMP[]
- sql/importer: parquet auto-mapping applies NULL instead of column DEFAULT for columns missing from the file
- Docs
- Go not yet supported