-
1. 数值类型 数字末尾 加入 u 代表 无符号整型, i 代表有符号整型 , 浮点数则不需要加符号,因为大部分数据都是浮点数。
`t1,devname=dev1 f_int=231i,f_uint=3u,temp=12.2 1669250841744368`
2. 时间精度, 建议 taos_schemaless_insert 中不需要指定 时间精度, 因为可以通过时间戳来判断每一行…
-
### Describe the bug
User can select, create, update but not delete records created by him.
Table params:
``` sql
DEFINE TABLE post SCHEMALESS
PERMISSIONS
FOR select, create, update, delete…
-
### Is your feature request related to a problem? Please describe.
Some source formats (e.g. AVRO, JSON) support array as the top-level packaging. This does not directly make sense in a SQL table con…
-
background discussion: #20708.
Read through Avro API surface and add more test coverage to ensure that types are not leaked.
Check:
- Exceptions
- Serialization
- Deserialization
If Avro specifi…
-
### Describe the bug
here is the code I am running with the rust client
```
#[derive(Serialize, Deserialize)]
struct StoredMedia {
id: Ulid,
name: String,
user_email: String,
}
…
-
Good afternoon, I'm new to fastavro package this time and suffering hardship reading an avro file with fastavro.
We are conducting a research where we have to open a bunch of avro files, which will…
-
日志:
08/29 11:51:16.774225 00000061 DND start to init dnode env
08/29 11:51:16.774287 00000061 DND succceed to read dnode file /var/lib/taos//dnode/dnode.json
08/29 11:51:16.774300 00000061 DND ERRO…
-
When retrieving a SinkRecord from the Connect API the value type can be
- Struct -> Schema with types
- Map -> Map without types
- String -> unhandled
- bytes[] -> unhandled
Currently s…
-
If I have an external id in an entity, e.g. `:post/url`. It seems wasteful to go through queries just to retrieve a single entity. This takes ~4ms on my machine:
```clojure
(crux.api/entity
…
-
I have a schema as follows:
```
#!/bin/bash
# See: https://gist.githubusercontent.com/koakh/fbbc37cde630bedcf57acfd4d6a6956b/raw/ec0d25ce0dba9b729f4e8d379149e4b99cced7bc/gistfile1.txt
. .env…