Fix flatten behavior (#5584)

* one step closer to flatten

* integration code is passing, but still need to do one more level flatten for table

* fix flatten

* using match instead of several if let

* make better comment

* fmt code

* better comment
This commit is contained in:
WindSoilder
2022-05-19 19:46:48 +08:00
committed by GitHub
parent ac30b3d108
commit 1999e0dcf3
2 changed files with 82 additions and 32 deletions

View File

@ -78,8 +78,6 @@ fn flatten_row_column_explicitly() {
})
}
// FIXME: jt: needs more work
#[ignore]
#[test]
fn flatten_row_columns_having_same_column_names_flats_separately() {
Playground::setup("flatten_test_2", |dirs, sandbox| {
@ -114,8 +112,6 @@ fn flatten_row_columns_having_same_column_names_flats_separately() {
})
}
// FIXME: jt: needs more work
#[ignore]
#[test]
fn flatten_table_columns_explicitly() {
Playground::setup("flatten_test_3", |dirs, sandbox| {