Github user traflm commented on a diff in the pull request: https://github.com/apache/incubator-trafodion/pull/794#discussion_r85652605 --- Diff: core/sql/executor/ExHdfsScan.cpp --- @@ -1700,6 +1714,138 @@ char * ExHdfsScanTcb::extractAndTransformAsciiSourceToSqlRow(int &err, return NULL; } +void ExHdfsScanTcb::computeRangesAtRuntime() --- End diff -- volatile table create is very slow, IMHO, it is unacceptable for a general usage. A single run of create volatile table is about 10 seconds. But I can work on it .
--- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---