eerhardt commented on a change in pull request #10973:
URL: https://github.com/apache/arrow/pull/10973#discussion_r717005085



##########
File path: dev/archery/archery/integration/datagen.py
##########
@@ -1557,82 +1557,102 @@ def _temp_path():
         generate_primitive_case([0, 0, 0], name='primitive_zerolength'),
 
         generate_primitive_large_offsets_case([17, 20])
+        .skip_category('csharp')
         .skip_category('Go')
         .skip_category('JS'),
 
         generate_null_case([10, 0])
+        .skip_category('csharp')
+        .skip_category('Go')    # TODO(ARROW-7901)
         .skip_category('Go')    # TODO(ARROW-7901)
         .skip_category('JS'),   # TODO(ARROW-7900)
 
         generate_null_trivial_case([0, 0])
+        .skip_category('csharp')
         .skip_category('Go')    # TODO(ARROW-7901)
         .skip_category('JS'),   # TODO(ARROW-7900)
 
         generate_decimal128_case()
         .skip_category('Rust'),
 
         generate_decimal256_case()
+        .skip_category('csharp')

Review comment:
       It is supported. However, I needed to cut things off somewhere in order 
to get the initial implementation out. If it is easy to implement now that I 
have everything working, I'll implement it.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to