Open gbrgr opened 2 years ago
Addition: For PURE integration, I in the meantime included this hotfix: https://github.com/RelationalAI/legend-pure/commit/cfc77e41b09a3667badd453933c5ee79bfe0a9d9
Note: This issue has been migrated to https://relationalai.atlassian.net/browse/RAI-4734.
This link is only accessible to employees of RelationalAI.
When I issue the query
(more generally, this concerns any integer column contained within the output), then response looks like this:
That is, integer response values seem to be stored as
Double
s due to JSON serialization. I guess this is not expected @bradlo?