You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bluemarlin.apache.org by GitBox <gi...@apache.org> on 2022/02/01 02:13:10 UTC

[GitHub] [incubator-bluemarlin] jimmylao commented on issue #38: Number of Distinct Users in Trainready Table

jimmylao commented on issue #38:
URL: https://github.com/apache/incubator-bluemarlin/issues/38#issuecomment-1026413094


   In Trainready table, each record corresponds to a distinct user (aid), so the total number of records in Trainready table equals to the total number of distinct users (aid) that survive to the stage.
   Due to some filtering operation is preprocessing steps which remove quite a lot of users (aids), the total number of distinct user (aid) in Trainready table most likely not equals to the total number of users (aid) in raw data.


-- 
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: dev-unsubscribe@bluemarlin.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org