Skip to content

Commit

Permalink
disable high precision decimal arrow test columns by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorrit Sandbrink committed May 19, 2024
1 parent 88cbfcf commit b83ca8b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tests/cases.py
Original file line number Diff line number Diff line change
Expand Up @@ -296,8 +296,8 @@ def arrow_table_all_data_types(
include_time: bool = True,
include_binary: bool = True,
include_decimal: bool = True,
include_decimal_default_precision: bool = True,
include_decimal_arrow_max_precision: bool = True,
include_decimal_default_precision: bool = False,
include_decimal_arrow_max_precision: bool = False,
include_date: bool = True,
include_not_normalized_name: bool = True,
include_name_clash: bool = False,
Expand Down Expand Up @@ -387,8 +387,6 @@ def prepare_shuffled_tables() -> Tuple[Any, Any, Any]:
table, _, _ = arrow_table_all_data_types(
"arrow-table",
include_json=False,
include_decimal_default_precision=False,
include_decimal_arrow_max_precision=False,
include_not_normalized_name=False,
tz="Europe/Berlin",
num_rows=5432,
Expand Down

0 comments on commit b83ca8b

Please sign in to comment.