toddfarmer opened a new issue, #14648: URL: https://github.com/apache/arrow/issues/14648
While doing a dry run to test migration tooling, certain issues trigger errors during the import process due to excessive size of contents: ``` error: 413 Client Error: Payload Too Large for url: https://api.github.com/repos/toddfarmer/import_dry_run_2/import/issues ``` An example seems to be [this comment from ASF GitHub Bot](https://issues.apache.org/jira/browse/ARROW-1476?focusedCommentId=16254259&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-16254259), which is a massive diff thrown into a comment. We'll need to assess how to handle this. Some options include: 1. Arbitrarily truncate content exceeding thresholds during migration. 2. Skip importing content beyond threshold and leave a linked message back to the original content. 3. Identify and cleanse content before migration -- 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]
