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

Display bug with "format results" #744

Closed
amotl opened this issue Sep 17, 2021 · 0 comments · Fixed by #745
Closed

Display bug with "format results" #744

amotl opened this issue Sep 17, 2021 · 0 comments · Fixed by #745

Comments

@amotl
Copy link
Member

amotl commented Sep 17, 2021

Hi there,

@Ajaysamdyan, originally coming from orchestracities/ngsi-timeseries-api#147, reported a flaw at [1] and @proddata figured out that it is related to the result formatter of the Admin UI.

I had performed a test using mixed array type object of ignored case. I have found that the value of the column index disappeared for index position 2.

Steps to reproduce:

CREATE TABLE t (an_array_attr OBJECT(ignored));
INSERT INTO t (an_array_attr) VALUES ( '{"value": ["wada", ["wada", false], 3]}'::object );

Here, ["wada", false] disappeared in the test result. It only shows the "wada" and 3 in the output.

With kind regards,
Andreas.

[1] https://community.crate.io/t/is-cratedb-support-mixed-array-type-insertion-and-querying-of-the-column/809

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant