paleolimbot commented on code in PR #444: URL: https://github.com/apache/arrow-nanoarrow/pull/444#discussion_r1584915983
########## python/tests/test_c_schema_view.py: ########## @@ -15,7 +15,7 @@ # specific language governing permissions and limitations # under the License. -from nanoarrow.c_lib import c_schema_view +from nanoarrow.c_schema import c_schema_view Review Comment: It's a bit too much for this PR, but I think I would like to remove the `c_schema_view()` and `c_array_view()` from the top level to funnel users towards the `Array` and `Schema` and avoid confusion over what the view things are and what their scope is (mostly internal). -- 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]
