wankunde commented on issue #536: Fix metric output
URL: https://github.com/apache/griffin/pull/536#issuecomment-535467361
 
 
   Hi, @iyuriysoft @bhlx3lyx7 
   
   In DistinctnessExpr2DQSteps, there are several `MetricWriteStep`:
   ```
         // 2. total metric
         val totalTableName = "__totalMetric"
         // 8. distinct metric
         val distTableName = "__distMetric"
             // 12. group by dup Record metric
             val groupDupMetricTableName = "__groupDupMetric"
   
             // 10. duplicate metric
             val dupMetricTableName = "__dupMetric"
   ```
   
   In UniquenessExpr2DQSteps, there are several `MetricWriteStep`:
   ```
         // 5. total metric
         val totalTableName = "__totalMetric"
   
         // 7. unique metric
         val uniqueTableName = "__uniqueMetric"
   
           // 9. duplicate metric
           val dupMetricTableName = "__dupMetric"
   ```
   
   If only parts of the metrics sinks with the `out.dataframe.name`, looks 
strange.

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to