-
Notifications
You must be signed in to change notification settings - Fork 9
Exercise big ints in RlabkeyTest #3012
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
base: release26.3-SNAPSHOT
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -66,7 +66,7 @@ | |
| <columnTitle>Text Field</columnTitle> | ||
| </column> | ||
| <column columnName="IntFld"> | ||
| <datatype>integer</datatype> | ||
| <datatype>bigint</datatype> | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. To get the Rlabkey test passing now with this change, I needed to update line 261 of rlabkey-api-query.xml to:
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I will get this running locally and look into this. I want to understand what triggered the change. I have noticed that something in either the Rlabkey side or the server side converts columns that are 100% NA (not a string), into the string 'NA'. I have long wondered whether this is a bug in Rlabkey. This change might be exposing that here. |
||
| <columnTitle>Integer Field</columnTitle> | ||
| </column> | ||
| <column columnName="DoubleFld"> | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.