Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expand Logs details failed when SELECT * + Map(String,String) try to display in log details labels as scalar type #672

Open
Slach opened this issue Nov 25, 2024 · 1 comment · May be fixed by #673
Labels
bug p1 Priority 1
Milestone

Comments

@Slach
Copy link
Collaborator

Slach commented Nov 25, 2024

Simple table, which contains Map

CREATE TABLE grafana.test_logs_map(
 _time DateTime64(3), _raw String, _map Map(String,String)
) ENGINE=MergeTree ORDER BY _time;

Logs visualization
SELECT _time, _raw, _map FROM grafana.test_logs_map
show log panel
image

but failed to show log details
image

but if we change field order (_raw have String scalar type and can be successfully interpreted as log detail label
everything works fine

image

@Slach Slach added bug p1 Priority 1 labels Nov 25, 2024
@Slach Slach added this to the 3.3.0 milestone Nov 25, 2024
Slach added a commit that referenced this issue Nov 25, 2024
@Slach Slach changed the title Expand Logs details failed SELEC * + Map(String,String) Expand Logs details failed when SELECT * + Map(String,String) try to display in log details labels as scalar type Nov 25, 2024
@Slach
Copy link
Collaborator Author

Slach commented Nov 25, 2024

@lunaticusgreen also something wrong with Context window for this use case

image

Slach added a commit that referenced this issue Nov 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug p1 Priority 1
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant