alamb commented on code in PR #51027:
URL: https://github.com/apache/arrow/pull/51027#discussion_r3889099747
##########
dev/archery/archery/integration/datagen.py:
##########
@@ -2047,6 +2078,8 @@ def get_generated_json_files(tempdir=None):
# TODO(https://github.com/apache/arrow/issues/38045)
.skip_format(SKIP_FLIGHT, '.NET')
.skip_tester('Ruby'),
+
+ generate_extension_wrapped_union_case(),
Review Comment:
so does this mean that all the other implementations correctly handle this
extension wrapped union? If so, maybe that implies that whatever the problem
was in https://github.com/apache/arrow/pull/50927 is C++ specific and maybe not
worth additional cross implementation coverage
--
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]