Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upUse Tika's detected MIME type instead of ArchiveRecord getMimeType. #344
+85
−58
Conversation
ruebot
requested review from
ianmilligan1 and
jrwiebe
Aug 14, 2019
ruebot
force-pushed the
mimetype-columns
branch
from
7ff5db2
to
47612ce
Aug 14, 2019
This comment has been minimized.
This comment has been minimized.
codecov
bot
commented
Aug 14, 2019
Codecov Report
@@ Coverage Diff @@
## master #344 +/- ##
=========================================
+ Coverage 74.91% 75.2% +0.28%
=========================================
Files 39 39
Lines 1216 1230 +14
Branches 224 224
=========================================
+ Hits 911 925 +14
Misses 214 214
Partials 91 91
Continue to review full report at Codecov.
|
ianmilligan1
approved these changes
Aug 14, 2019
Tested locally on sample data and worked nicely on my end. Same results as in #341 as well. |
jrwiebe
reviewed
Aug 14, 2019
This comment has been minimized.
This comment has been minimized.
@jrwiebe yeah, I've noticed that the majority of missing extensions so far have been video files. My guess is that it's mostly to do with streaming. |
ianmilligan1
merged commit 01d12b4
into
master
Aug 14, 2019
ianmilligan1
deleted the
mimetype-columns
branch
Aug 14, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
ruebot commentedAug 14, 2019
GitHub issue(s): #342
What does this Pull Request do?
How should this be tested?
Times were slightly slower🤷♂
4212.43s user 224.14s system 623% cpu 11:51.81 total
3899.34s user 186.65s system 598% cpu 11:23.12 total
Interested parties
@jrwiebe @ianmilligan1