We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d62217f commit ecc46d5Copy full SHA for ecc46d5
tests/unit/test_adapter.py
@@ -429,6 +429,7 @@ def expected_column(self, real_vals):
429
"column": "col1",
430
"column_index": 0,
431
"dtype": None,
432
+ "mask": None,
433
"numeric_scale": None,
434
"numeric_precision": None,
435
"char_size": None,
@@ -652,6 +653,7 @@ def test_parse_relation_with_statistics(self):
652
653
654
"comment": "comment",
655
"dtype": "decimal(22,0)",
656
657
"stats:bytes:description": "",
658
"stats:bytes:include": True,
659
"stats:bytes:label": "bytes",
0 commit comments