Github user selvaganesang commented on a diff in the pull request:
https://github.com/apache/incubator-trafodion/pull/918#discussion_r97414406
--- Diff: core/sql/executor/ExStats.cpp ---
@@ -2357,11 +2357,19 @@ Int64 ExHdfsScanStats::getNumVal(Int32 i) const
NABoolean ExHdfsScanStats::filterForSEstats(struct timespec currTimespec,
Lng32 filter)
--- End diff --
The filter is in seconds and comes from passing the user command. The user
command is something like
select * from table(statistics(null, 'SE_OFFENDER=<t1_in_secs>)). The
parsing of the second parameter should take care of this.
The blockTime_ is currently in 32bit, because we don't expect the query to
be blocked so long. It should timeout much earlier than this from hbase.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---