Skip to content

Commit

Permalink
Update tests and documentation
Browse files Browse the repository at this point in the history
Enable integration testing for C# decimal32 and decimal64.
  • Loading branch information
CurtHagenlocher committed Sep 30, 2024
1 parent 0073d8b commit d9c8331
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions dev/archery/archery/integration/datagen.py
Original file line number Diff line number Diff line change
Expand Up @@ -1906,15 +1906,13 @@ def _temp_path():
.skip_tester('JS'),

generate_decimal32_case()
.skip_tester('C#')
.skip_tester('Java')
.skip_tester('JS')
.skip_tester('nanoarrow')
.skip_tester('Rust')
.skip_tester('Go'),

generate_decimal64_case()
.skip_tester('C#')
.skip_tester('Java')
.skip_tester('JS')
.skip_tester('nanoarrow')
Expand Down
4 changes: 2 additions & 2 deletions docs/source/status.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ Data Types
+-------------------+-------+-------+-------+----+-------+-------+-------+-------+-----------+
| Float32/64 ||||||||||
+-------------------+-------+-------+-------+----+-------+-------+-------+-------+-----------+
| Decimal32 || || | | | | | |
| Decimal32 || || | | | | | |
+-------------------+-------+-------+-------+----+-------+-------+-------+-------+-----------+
| Decimal64 || || | | | | | |
| Decimal64 || || | | | | | |
+-------------------+-------+-------+-------+----+-------+-------+-------+-------+-----------+
| Decimal128 |||||||| ||
+-------------------+-------+-------+-------+----+-------+-------+-------+-------+-----------+
Expand Down

0 comments on commit d9c8331

Please sign in to comment.