-
### Steps to reproduce the behavior (Required)
1. DROP DATABASE IF EXISTS h85;
CREATE DATABASE h85;
USE h85;
admin set frontend config ("enable_decimal_v3" = "true");
CREATE TABLE IF NOT EXIS…
-
**Describe the bug**
This `CostBasedOptimizerSuite` sample failure shows that Spark does not recognize GPU partitioning. This is probably not related to CBO and is probably showing up because this …
-
### Steps to reproduce the behavior (Required)
```
create table t0(c0 INT, c1 array) duplicate key(c0) distributed by hash(c0) buckets 10 properties('replication_num'='1')
insert into t0 values…
-
Created by **Gitlab User gorly**:
After change done by **Gitlab User kbuchbut** , in which the counter now reflects more precisely the unit it counts on (for example CBOx, IDPx, ... instead of PxCxTx…
-
The selected method on the combobox seems to be failing. May you please attend to it.
How I used it:
```C++
widgets::combobox_builder fueltype_cbo(page, "fueltype_cbo");
{
std::vector fuelty…
-
-
Reduce one data shuffle
before:
```
mysql> explain select sum(p1) from ( select t0.p1 from ( select count(n1.P_PARTKEY) as p1 from …
-
I noticed a pretty significant code size increase most recently in 3.1.22.
```
$ bloaty oz-3.1.22.wasm -d symbols -- oz-3.1.21.wasm
FILE SIZE VM SIZE
-------------- --------------
…
-
Currently the ChipCombobox uses a hard coded ItemLabelGenerator which uses Object::toString to render the text of the chips.
This way the used object in the combobox has to override the toString()-me…
-
## Error Report
These FAQs are out of date, and not part of the challenge program, so I am filing a bug report here.
1. What is the URL/path of the document related to this issue?
https://pi…