You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "shuoli84 (via GitHub)" <gi...@apache.org> on 2023/12/20 01:56:11 UTC

[I] RecordBatch with_schema's error message is hard to read [arrow-rs]

shuoli84 opened a new issue, #5227:
URL: https://github.com/apache/arrow-rs/issues/5227

   **Is your feature request related to a problem or challenge? Please describe what you are trying to do.**
   
   If the schema is relative large (tens of fields), then the error message is 
   ```
   Field {...} Field {...} Field {...} Field {...} Field {...} Field {...} Field {...} Field {...} Field {...} Field {...} is not a superset of Field {...} Field {...} Field {...} Field {...} Field {...} Field {...} Field {...} Field {...} Field {...} Field {...}
   ```
   This is not that helpful.
   
   **Describe the solution you'd like**
   Change it to something like
   ```
   target schema is not superset of current schema target=Field {...} Field {...} Field {...} Field {...} Field {...} Field {...} Field {...} Field {...} Field {...} Field {...} current=Field {...} Field {...} Field {...} Field {...} Field {...} Field {...} Field {...} Field {...} Field {...} Field {...}
   ```
   


-- 
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: github-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] RecordBatch with_schema's error message is hard to read [arrow-rs]

Posted by "tustvold (via GitHub)" <gi...@apache.org>.
tustvold closed issue #5227: RecordBatch with_schema's error message is hard to read
URL: https://github.com/apache/arrow-rs/issues/5227


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] RecordBatch with_schema's error message is hard to read [arrow-rs]

Posted by "tustvold (via GitHub)" <gi...@apache.org>.
tustvold commented on issue #5227:
URL: https://github.com/apache/arrow-rs/issues/5227#issuecomment-1878523859

   `label_issue.py` automatically added labels {'arrow'} from #5228


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org