Skip to content

Bugfix/metadataparser integer overflow - #1044

Open
gongyixiao wants to merge 4 commits into
developfrom
bugfix/metadataparser_integer_overflow
Open

Bugfix/metadataparser integer overflow#1044
gongyixiao wants to merge 4 commits into
developfrom
bugfix/metadataparser_integer_overflow

Conversation

@gongyixiao

Copy link
Copy Markdown
Collaborator

In most cases, R's integer data type is implemented as a 32-bit signed integer. This means the range of numbers it can represent is limited:

Minimum value: −2e31 (which is -2,147,483,648)

Maximum value: 2e31−1 (which is 2,147,483,647)

This solution is complicated because the docker image it is using is a very old version R-3.3.2, and the lib64 package need to be installed as a specific version to the R version.

I'm avoiding to rebuild the docker image, i'm installing the packages in the actual Rscript. We may rebuild the docker image and consolidate a more recent version for R and Python processes in the pipeline when we get to the point to host the image in JFrog.


Note: This PR replaces #1039 which was automatically closed due to repository history cleanup.

@netlify

netlify Bot commented Feb 3, 2026

Copy link
Copy Markdown

Deploy Preview for cmotempo ready!

Name Link
🔨 Latest commit 7bc67e0
🔍 Latest deploy log https://app.netlify.com/projects/cmotempo/deploys/698e2042a9adde9b0990ad2c
😎 Deploy Preview https://deploy-preview-1044--cmotempo.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@gongyixiao gongyixiao added the bug Something isn't working label Feb 3, 2026
@gongyixiao
gongyixiao requested a review from anoronh4 February 3, 2026 02:33
@gongyixiao gongyixiao self-assigned this Feb 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant