Skip to content

chore: bump deps #296

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

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

chore: bump deps #296

wants to merge 1 commit into from

Conversation

miton18
Copy link
Contributor

@miton18 miton18 commented Apr 9, 2025

No description provided.

@miton18
Copy link
Contributor Author

miton18 commented Apr 9, 2025

we cannot move to newer version of warp10 container since token management is broken

seriesContentArrays.asArray.get.map { point => // [point_i]
point.asArray.get match { // [timestamp, lat, lon, elev, value] is point's content
case Vector(timestamp: Json, value: Json) => {
point.asArray.getOrElse(Vector(0, 0, 0, 0, 0)) match { // [timestamp, lat, lon, elev, value] is point's content
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can explain this change?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

get method is deprecated, this will prevent an NPE

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.

2 participants