Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle more file with more than 2GB size, reimplement transform #83

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

franke1276
Copy link

file size was stored in a Int. so we can not handle files with more than 2GB

changed to a Long value

@codecov-io
Copy link

Current coverage is 76.83% (diff: 11.11%)

Merging #83 into master will decrease coverage by 0.51%

@@             master        #83   diff @@
==========================================
  Files            32         32          
  Lines          1042       1049     +7   
  Methods         976        985     +9   
  Messages          0          0          
  Branches         66         64     -2   
==========================================
  Hits            806        806          
- Misses          236        243     +7   
  Partials          0          0          

Powered by Codecov. Last update e639545...12c7a1b

@harsha2010
Copy link
Owner

can you add a test for the transform method of Polygon and I will pull the PR in once it passes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants