You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
CREATETABLEt (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.
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.
With kind regards,
Andreas.
[1] https://community.crate.io/t/is-cratedb-support-mixed-array-type-insertion-and-querying-of-the-column/809
The text was updated successfully, but these errors were encountered: