Github user maropu commented on a diff in the pull request:

    https://github.com/apache/incubator-hivemall/pull/95#discussion_r125845972
  
    --- Diff: xgboost/src/main/java/hivemall/xgboost/XGBoostUDTF.java ---
    @@ -326,7 +320,7 @@ public void close() throws HiveException {
                 logger.info("model_id:" + modelId.toString() + " size:" + 
predModel.length);
                 forward(new Object[] {modelId, predModel});
             } catch (Exception e) {
    --- End diff --
    
    It seems we can't cuz `close()` only throws `HiveException`.


---
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.
---

Reply via email to