Alter test to breaking change on nested select
New columns generated by selection with nested cell paths will for now be named with a string containing the keys separated by `.` instead of `_`. We may want to reconsider the semantics for nested access.
This commit is contained in:
parent
6635e50e53
commit
0087d2a0ab
|
@ -50,7 +50,7 @@ fn complex_nested_columns() {
|
|||
r#"
|
||||
{sample}
|
||||
| select nu."0xATYKARNU" nu.committers.name nu.releases.version
|
||||
| get nu_releases_version
|
||||
| get "nu.releases.version"
|
||||
| where $it > "0.8"
|
||||
| get 0
|
||||
"#
|
||||
|
|
Loading…
Reference in New Issue
Block a user