-
### Description
Hi, here some comments from @maaikeelgersma on the documentation:
- The table: wow nice table, but how have the formulas for computing the resolution of the constraints been dete…
-
### What type of bug is this?
Data corruption
### What subsystems are affected?
Storage Engine
### Minimal reproduce step
DROP TABLE `table`
### What did you expect to see?
The table data direc…
-
Noticed this popping up in console on launch
-forge 47.3.0
soph core 0.6.33.711
Soph storage 0.10.44.904
`[17:38:39] [Render thread/ERROR] [minecraft/ServerAdvancementManager]: Parsing error l…
-
### Describe the bug
drop source source_prod_order_storage;
create source source_prod_order_storage
with (
connector = 'iceberg',
catalog.type = 'storage',
warehouse.path = 's3a:…
-
## Bug Report
Please answer these questions before submitting your issue. Thanks!
### 1. Minimal reproduce step (Required)
```sql
DROP TABLE IF EXISTS t0;
CREATE TABLE t0 (
col1 …
-
I have an Orleans 7 project which has a number of data types.
I generate serializers for them as recommended using `[GenerateSerializer]` and have unit tests to show that they are correctly dehyd…
NSTA1 updated
2 months ago
-
## Behavioral Changes
- Prohibited column updates on MOW tables with synchronous materialized views. [#40190](https://github.com/apache/doris/pull/40190)
- Adjusted the default parameters of Routi…
-
**Describe the unexpected behaviour**
File-like storages were extended to support the `_time` virtual column in https://github.com/ClickHouse/ClickHouse/pull/64947. This support was not extended to…
-
### What type of bug is this?
Data corruption
### What subsystems are affected?
Storage Engine
### Minimal reproduce step
DELETE FROM `table`
TRUNCATE `table`
### What did you expect to see?
…
-
Jira Link: [DB-13766](https://yugabyte.atlassian.net/browse/DB-13766)
### Description
Steps to reproduce : Version : 2.25.0.0-b214
create partition table with PK , unique
insert data
Perform…