raulcd opened a new issue, #49745:
URL: https://github.com/apache/arrow/issues/49745

   ### Describe the bug, including details regarding any error messages, 
version, and platform.
   
   The [Python / AMD64 Conda Python 3.11 Sphinx & 
Numpydoc](https://github.com/apache/arrow/actions/runs/24404394331/job/71295731710?pr=49742)
 job fails with:
   ```python
    =================================== FAILURES 
===================================
   ___________________________ [doctest] substrait.rst 
____________________________
   052     b'\n\x01x\n\x01y\x12\x0c\n\x04*\x02\x10\x01\n\x04b\x02\x10\x01'
   053 
   054 In case arrow custom types were used, the schema will require
   055 extensions for those types to be actually usable, for this reason
   056 the schema is also available as an `Extended Expression`_ including
   057 all the extensions types:
   058 
   059 .. code-block:: python
   060 
   061     >>> print(bytes(substrait_schema.expression))
   Expected:
       
b'"\x14\n\x01x\n\x01y\x12\x0c\n\x04*\x02\x10\x01\n\x04b\x02\x10\x01:\x19\x10,*\x15Acero
 ...'
   Got:
       
b'"\x14\n\x01x\n\x01y\x12\x0c\n\x04*\x02\x10\x01\n\x04b\x02\x10\x01:\x10\x10,*\x0cAcero
 24.0.0'
   ```
   When running on an RC, this seems to be due to the version number being 
smaller (not including snapshot) and the output not being truncated.
   
   It's not a release blocker but something we could try to fix.
   
   ### Component(s)
   
   Documentation, Python


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