aosingh commented on code in PR #502:
URL: https://github.com/apache/arrow-nanoarrow/pull/502#discussion_r1623152014


##########
python/src/nanoarrow/_lib.pyx:
##########
@@ -1069,6 +1069,12 @@ cdef class CSchemaView:
         NANOARROW_TYPE_SPARSE_UNION
     )
 
+    _buffer_protocol_supported_types = (
+        NANOARROW_TYPE_DATE32,
+        NANOARROW_TYPE_DATE64,
+        NANOARROW_TYPE_TIMESTAMP
+    )

Review Comment:
   Ok. will this new property be in addition to the existing 
`CSchemaView.buffer_format` ?  I am trying to understand how will both these 
properties be used. 



-- 
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