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

Spinnaker ChunkData -> Timestamp has incorrect type #2

Open
glopesdev opened this issue Jan 21, 2020 · 1 comment
Open

Spinnaker ChunkData -> Timestamp has incorrect type #2

glopesdev opened this issue Jan 21, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@glopesdev
Copy link
Member

Original report by Anonymous.


The type of the Spinnaker API ChunkData.Timestamp is returning a signed integer but should be an unsigned integer.

https://bitbucket.org/horizongir/bonsai.spinnaker/src/default/

Expected result:
When you externalise the ChunkData.Timestamp and write it to a CSV via the CsvWriter, it should be an unsigned long integer.

Actual result:
CsvWriter outputs a signed integer.

@glopesdev glopesdev added minor bug Something isn't working labels Mar 12, 2020
@glopesdev glopesdev removed the minor label Oct 12, 2020
@glopesdev
Copy link
Member Author

glopesdev commented Oct 12, 2020

Unfortunately this is an issue with the Spinnaker SDK API itself, as their ManagedChunkData type declares this property to be of long type. A possible workaround would be to cast this to ulong using an ExpressionTransform node.

Probably we could also raise the issue with their team directly.

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

No branches or pull requests

1 participant