Paul J. Davis
Paul J. Davis
Previously, set membership tests on enumerations required every value in the set to be present as an enumeration value. This change removes that requirement. --- TYPE: IMPROVEMENT DESC: Remove QC...
I've just started using core-dump-handler and have noticed zip files being generated with duplicate file names. I'm no Kubernetes expert so I can't decide if this is core-dump-handler or my...
Opening this for others to look at while I continue working up. After reading RFC 7541 I noticed a number of bugs and missing behaviors so I went ahead and...
This wraps the new tiledb_handle_load_array_schema_request function in TileDB. I was a bit unsure of where to put this. But based on the prior art for `DeserializeLoadEnumerationsRequest`, I stuck it in...
Previous the emsort related operations did not update the compaction task status. For large databases this leads to some very long waits while the compaction task stays at 100%. This...
## Which issue does this PR close? Closes #10589 ## Rationale for this change Provide per-column key/value options in the `CREATE EXTERN TABLE` statement. ## What changes are included in...
### Is your feature request related to a problem or challenge? I've been reading and learning the TableProvider APIs and have finally gotten around to taking a serious look at...
**Describe the bug** There's a performance regression in the Erlang compiler that started in Erlang 22 and exists as of master today. From what I can tell the issue is...
This regression test demonstrates a bug in the subrray range logic when a range has been expanded. [sc-53970] --- TYPE: NO_HISTORY DESC: Add subarray range expansion regression test.