pitrou commented on code in PR #51027:
URL: https://github.com/apache/arrow/pull/51027#discussion_r3896270737
##########
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:
@alamb It depends how other implementations handle extension types. If they
need to be registered as in Arrow C++ for wrapping to occur, then a bug could
be hidden by lack of registration.
--
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]