Skip to content

Bugfix/metadataparser integer overflow#1039

Closed
gongyixiao wants to merge 0 commit intodevelopfrom
bugfix/metadataparser_integer_overflow
Closed

Bugfix/metadataparser integer overflow#1039
gongyixiao wants to merge 0 commit intodevelopfrom
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.

@gongyixiao gongyixiao added this to the 2.0 milestone Sep 29, 2025
@gongyixiao gongyixiao self-assigned this Sep 29, 2025
@gongyixiao gongyixiao added the bug Something isn't working label Sep 29, 2025
@netlify
Copy link
Copy Markdown

netlify Bot commented Sep 29, 2025

Deploy Preview for cmotempo ready!

Name Link
🔨 Latest commit d3df2b7088f57810856adfd55bad95c0b8a5612b
🔍 Latest deploy log https://app.netlify.com/projects/cmotempo/deploys/68dafed54cce5f0008274c6a
😎 Deploy Preview https://deploy-preview-1039--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 closed this Feb 2, 2026
@gongyixiao gongyixiao force-pushed the bugfix/metadataparser_integer_overflow branch from d3df2b7 to 08662dd Compare February 2, 2026 20:38
@netlify
Copy link
Copy Markdown

netlify Bot commented Feb 2, 2026

Deploy Preview for cmotempo failed. Why did it fail? →

⚠️ Continuous deployment needs attention — organization-owned private repository detected.
Upgrade to Pro or change repository settings in order to continue deploying from this repository.
For more information, visit the deploy log and FAQ page.

Name Link
🔨 Latest commit 08662dd
🔍 Latest deploy log https://app.netlify.com/projects/cmotempo/deploys/69810b430e175500082bd1c3

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