-
1. create materialized view
CREATE MATERIALIZED VIEW `mv_hive_order` (`dt`, `product_id`, `gmv`)
PARTITION BY (str2date(`dt`, '%Y-%m-%d'))
DISTRIBUTED BY HASH(`product_id`)
REFRESH MANUAL
PROPE…
-
The hashes of two or more reactions from different messages are equal when they represent the same emoji. This results in `Container:__eq()` returning `true` for the reaction objects, even if they are…
-
Hi, I am getting
TypeError: Cannot add property hash, object is not extensible
at Object.connect (/tmp/nodelox/node_modules/mqtt/lib/connect/index.js:68:15)
at Object.mqtt_builder (/tmp/n…
-
![image](https://github.com/user-attachments/assets/464d1927-7e85-4c27-bcc4-430cad282877)
When a transaction is obtained from the chain and deserialized using message.deserialize(), an error result…
-
Our `CasperClient` should cache `state_root_hash` to avoid quering it all the time. The cache should be purged after new deploys or after some time (like 5s).
This are logs from loading the CEP18 t…
-
**Github username:** @Jelev123
**Twitter username:** zhulien_zhelev
**Submission hash (on-chain):** 0x3a9d2db2899316265f2420b54eaca1ebb1fcc31089d81def9efaf701772e81cf
**Severity:** medium
**Descript…
-
running
```sh
git absorb --base=annotated-tag --fix
```
is giving me
```
Nov 15 17:01:34.073 CRIT absorb failed, err: the requested type does not match the type in the ODB; class=Invalid (…
-
I would like to format the individual change entries which are hardcoded in the formatters with something like:
```
formatChanges {
append("- ").append(hash()).appendL…
-
In our first versions, the code assumes that piglet and piggui are from the same release with compatible code.
But in the future when we add new objects to the protocol between them, or change it, …
-
## Enhancement
```sql
create table t(a int, b int, c int);
create table t1(a int, b int, c int);
alter table t set tiflash replica 1;
alter table t1 set tiflash replica 1;
-- wait a moment
``…