Skip to content

Conversation

@xJOAN
Copy link
Contributor

@xJOAN xJOAN commented Jan 9, 2026

The MAX_QUERY_SIZE constant is defined in the report_server.thrift file as const i64 MAX_QUERY_SIZE = 500. After being compiled into a JavaScript package, Thrift i64 constants are not of type number in JavaScript and therefore cannot be used directly.

…te when the result exceeds MAX_QUERY_SIZE

The MAX_QUERY_SIZE constant is defined in the report_server.thrift file as const i64 MAX_QUERY_SIZE = 500. After being compiled into a JavaScript package, Thrift i64 constants are not of type number in JavaScript and therefore cannot be used directly.
@xJOAN xJOAN requested review from bruntib and vodorok as code owners January 9, 2026 06:10
@bruntib bruntib merged commit d26991b into Ericsson:master Jan 22, 2026
8 of 9 checks passed
@bruntib
Copy link
Contributor

bruntib commented Jan 22, 2026

Thanks for the fix!

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