You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by GitBox <gi...@apache.org> on 2022/08/07 14:58:45 UTC

[GitHub] [lucene-jira-archive] vlsi commented on a diff in pull request #136: Embed attachments' text data for known file types

vlsi commented on code in PR #136:
URL: https://github.com/apache/lucene-jira-archive/pull/136#discussion_r939680940


##########
migration/src/jira_util.py:
##########
@@ -236,6 +237,31 @@ def extract_pull_requests(o: dict) -> list[str]:
 REGEX_GITHUB_ISSUE_LINK = re.compile(r"(\s)(#\d+)(\s)")
 
 
+# common file extensions in Lucene Jira attachments
+FILE_EXT_TO_LANG = {

Review Comment:
   Thanks for commenting on GitHub, however, the comment would be valuable as a regular code comment 😉



-- 
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: issues-unsubscribe@lucene.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org