WillAyd commented on code in PR #596:
URL: https://github.com/apache/arrow-nanoarrow/pull/596#discussion_r1766067104


##########
python/tests/test_schema.py:
##########
@@ -107,6 +107,9 @@ def test_schema_simple():
     assert na.interval_months().type == na.Type.INTERVAL_MONTHS
     assert na.interval_day_time().type == na.Type.INTERVAL_DAY_TIME
     assert na.interval_month_day_nano().type == na.Type.INTERVAL_MONTH_DAY_NANO
+    # TODO: run_end_encoded
+    assert na.binary_view().type == na.Type.BINARY_VIEW

Review Comment:
   Having a hard time deciphering the code suggestion - do you just want me to 
remove these?



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