-
**Describe what's wrong**
I'm currently in the process of rebalancing our data from a non-sharded into a sharded cluster. I exported the data using S3 partitioned by month in Parquet format:
```sql
…
-
It seems that Fuel takes a long time serializing an Array of Arrays containing multiple Strings each one. When serialization passes around 60 Mbytes, it starts writing data in chunks of 100Kbytes and …
-
## Background
Hi community.\
The ShardingSphere SQL parser engine helps users to parse SQL to create the AST (Abstract Syntax Tree) and visit the AST to get SQLStatement (Java Object). Currently, we …
-
### Author's Name
@b35363
### Author's Bio
Noë Flatreaud (@b35363) est Conseiller et Président de la Société Dappwork, une entreprise de conseil et d'accompagnement Grenobloise vers un numérique pl…
-
**Describe the bug**
If there are `cast` statements in where clause, a wrong result may be returned.
**To Reproduce**
```
create table t1(k bigint not null) DISTRIBUTED BY HASH(k) BUCKETS 1;
in…
sduzh updated
4 years ago
-
As a Chapel user, I would appreciate a utility method that can efficiently eliminate duplicates from a source. Example usage would be...
```chpl
forall x in unique(X) {
// ...
}
```
Somet…
-
As per request of @mppf in https://github.com/chapel-lang/chapel/issues/9848#issuecomment-408908557
I decided to think up a way to use the `Aggregator` (the aggregation library proposed in #10386) …
-
# Required information
* Distribution: Ubuntu
* Distribution version: 24.04
* Snap lxd 6.1/stable
* OVN distribution from Ubuntu
# Issue description
Load balancer on OVN network are not …
-
### 1. Minimal reproduce step (Required)
```sql
select round(-717754013, 24);
```
### 2. What did you expect to see? (Required)
In MySQL:
```
mysql> select round(-717754013, 24);
+----------…
-
Please post 2 things here!