-
Notifications
You must be signed in to change notification settings - Fork 2.1k
can't select a column that comes from incomplete record #7558
Copy link
Copy link
Closed
Description
Describe the bug
This was working till 0.72
[{col1: some, col2: other} {col1: blah}] | select col2
but now it shows an error saying that it can't find col2. Using select -i just gives empty output
How to reproduce
done
Expected behavior
It should select column 2 showing a ❎ in non existing values
Screenshots
No response
Configuration
| key | value |
|---|---|
| version | 0.73.0 |
| branch | main |
| commit_hash | 1291b64 |
| build_os | linux-x86_64 |
| build_target | x86_64-unknown-linux-gnu |
| rust_version | rustc 1.65.0 (897e37553 2022-11-02) |
| rust_channel | 1.65.0-x86_64-unknown-linux-gnu |
| cargo_version | cargo 1.65.0 (4bc8f24d3 2022-10-20) |
| pkg_version | 0.73.0 |
| build_time | 2022-12-21 01:37:16 -03:00 |
| build_rust_channel | release |
| features | database, dataframe, default, trash, which, zip |
| installed_plugins | custom-value generate, custom-value generate2, custom-value update, gstat, inc, pnet, query, query json, query web, query xml |
Additional context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels