rok commented on code in PR #48969:
URL: https://github.com/apache/arrow/pull/48969#discussion_r2728730170


##########
python/pyarrow/table.pxi:
##########
@@ -5146,8 +5130,6 @@ cdef class Table(_Tabular):
         >>> reader.schema
         n_legs: int64
         animals: string
-        -- schema metadata --
-        pandas: '{"index_columns": [{"kind": "range", "name": null, "start": 
0, ...
         >>> reader.read_all()

Review Comment:
   I think this is a good change, just pointing out there is some interesting 
behavior here.



##########
python/pyarrow/table.pxi:
##########
@@ -3416,7 +3406,7 @@ cdef class RecordBatch(_Tabular):
         month: int64
         day: int64
         n_legs: int64
-        animals: string
+        animals: ...string

Review Comment:
   Interesting, I wasn't aware this works.



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