paleolimbot commented on code in PR #340: URL: https://github.com/apache/arrow-nanoarrow/pull/340#discussion_r1445572153
########## python/src/nanoarrow/__init__.py: ########## @@ -15,5 +15,11 @@ # specific language governing permissions and limitations # under the License. -from ._lib import Array, ArrayStream, ArrayView, Schema, c_version # noqa: F401 -from .lib import array, array_stream, schema, array_view # noqa: F401 +from nanoarrow._lib import cversion # noqa: F401 +from nanoarrow.clib import ( # noqa: F401 + cschema, + carray, + carray_stream, + cschema_view, + carray_view, Review Comment: I like it! Done! -- 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]
