This repository was archived by the owner on Apr 23, 2024. It is now read-only.

Description
I have this structure:
create table pinba.requests
(
...,
`tags.name` Array(String),
`tags.value` Array(String),
`timers.hitCount` Array(UInt32),
`timers.value` Array(Float32),
`timers.tagName` Array(Array(String)),
`timers.tagValue` Array(Array(String)),
)
And I don't see my data:

Tabbix for example:

Phpstorm for example (has problems with Array(Float32) and Array(Float32)):

DBeaver for example (has problems with Array(Float32) and Array(Float32)):
