AlenkaF commented on issue #39728:
URL: https://github.com/apache/arrow/issues/39728#issuecomment-1903668858

   I suggest you use square brackets like so:
   
   ```python
   >>> pa.array([pa.MonthDayNano((1, 15, 30))])
   <pyarrow.lib.MonthDayNanoIntervalArray object at 0x124d84f40>
   [
     1M15d30ns
   ]
   >>> pa.array([pa.MonthDayNano((1, 15, 30))], 
type=pa.month_day_nano_interval())
   <pyarrow.lib.MonthDayNanoIntervalArray object at 0x124d850c0>
   [
     1M15d30ns
   ]
   ```


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