jihun-ddock commented on issue #33556: URL: https://github.com/apache/superset/issues/33556#issuecomment-2902974815
@ccampo Can I see a `Run in SQL Lab`? In SQL Lab, maybe you will find that the large number is string below the result. Like this. ``` prd | "1059940745468673" abn | 21242617119422 ent | 11785627626203 int | 5662997427688 tmp | 676080426 ``` This is a problem at the front-end, but it would be nice to try to do `CAST(SUM ~ as BIGINT)` so that it is not recognized as String temporarily. If this doesn't work, there will be no other way but to modify the front-end code directly. And What Column Type is used_capacity_bytes, out of curiosity? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
