-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Not A Problem
-
Affects Version/s: Impala 2.9.0
-
Fix Version/s: None
-
Component/s: Backend
-
Labels:
-
Target Version:
-
Epic Color:ghx-label-8
hi,
i find that the 'MaterializeTupleTime' for kuduScanner is very different from hdfsScanner while reading impala's profile.
in 'class HdfsParquetScanner' there is a timer named 'ScopedTimer<MonotonicStopWatch> assemble_rows_timer_', but in 'class KuduScanner' there is not.
maybe we need to add the timer for kuduScanner, just like hdfsScanner does.