Skip to content

Commit 199fd91

Browse files
committed
test(gooddata-pandas): Arrow path ground truth and parity coverage
Backfill column_totals_indexes into all 36 fixture meta.json files; extend parity tests to cover all four DataFrameMetadata fields (row_totals_indexes, column_totals_indexes, primary_labels_from_index, primary_labels_from_columns) and expand for_arrow_table tests from 4 hand-picked cases to the full fixture set. risk: nonprod
1 parent 73a7cee commit 199fd91

37 files changed

Lines changed: 981 additions & 20 deletions

File tree

packages/gooddata-pandas/tests/dataframe/fixtures/arrow/dim_m_c/meta.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"row_totals_indexes": [
44
[]
55
],
6+
"column_totals_indexes": [],
67
"primary_labels_from_index": {},
78
"primary_labels_from_columns": {
89
"0": {

packages/gooddata-pandas/tests/dataframe/fixtures/arrow/dim_m_cs/meta.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"row_totals_indexes": [
44
[]
55
],
6+
"column_totals_indexes": [],
67
"primary_labels_from_index": {},
78
"primary_labels_from_columns": {
89
"0": {

packages/gooddata-pandas/tests/dataframe/fixtures/arrow/dim_m_csy/meta.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"row_totals_indexes": [
44
[]
55
],
6+
"column_totals_indexes": [],
67
"primary_labels_from_index": {},
78
"primary_labels_from_columns": {
89
"0": {

packages/gooddata-pandas/tests/dataframe/fixtures/arrow/dim_r_cm/meta.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"row_totals_indexes": [
44
[]
55
],
6+
"column_totals_indexes": [],
67
"primary_labels_from_index": {
78
"0": {
89
"Midwest": "Midwest",

packages/gooddata-pandas/tests/dataframe/fixtures/arrow/dim_r_csm/meta.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"row_totals_indexes": [
44
[]
55
],
6+
"column_totals_indexes": [],
67
"primary_labels_from_index": {
78
"0": {
89
"Midwest": "Midwest",

packages/gooddata-pandas/tests/dataframe/fixtures/arrow/dim_r_csym/meta.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"row_totals_indexes": [
44
[]
55
],
6+
"column_totals_indexes": [],
67
"primary_labels_from_index": {
78
"0": {
89
"Midwest": "Midwest",

packages/gooddata-pandas/tests/dataframe/fixtures/arrow/dim_r_m/meta.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"row_totals_indexes": [
44
[]
55
],
6+
"column_totals_indexes": [],
67
"primary_labels_from_index": {
78
"0": {
89
"Midwest": "Midwest",

packages/gooddata-pandas/tests/dataframe/fixtures/arrow/dim_rc_m/meta.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
[],
55
[]
66
],
7+
"column_totals_indexes": [],
78
"primary_labels_from_index": {
89
"0": {
910
"Midwest": "Midwest",

packages/gooddata-pandas/tests/dataframe/fixtures/arrow/dim_rcs_m/meta.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
[],
66
[]
77
],
8+
"column_totals_indexes": [],
89
"primary_labels_from_index": {
910
"0": {
1011
"Midwest": "Midwest",

packages/gooddata-pandas/tests/dataframe/fixtures/arrow/dim_rcs_ym/meta.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
[],
66
[]
77
],
8+
"column_totals_indexes": [],
89
"primary_labels_from_index": {
910
"0": {
1011
"Midwest": "Midwest",

0 commit comments

Comments
 (0)