You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by GitBox <gi...@apache.org> on 2019/04/22 03:54:29 UTC

[GitHub] [kylin] majic31 opened a new pull request #614: Fixed use customized precision

majic31 opened a new pull request #614: Fixed use customized precision
URL: https://github.com/apache/kylin/pull/614
 
 
   In the cubeMeasures.js, It will withdraw precision and scale by using Regular Expression. The scale parameter is ok, but precision use the magic number 19. 
   So we fixed it, and we test ok when the column is decimal(38,18).

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services