athena-udfs/src/main/java/com/amazonaws/athena/connectors/udfs/AthenaUDFHandler.java [84:97]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        m_timeStamp = sdf.format(new Timestamp(System.currentTimeMillis()));
        m_s3Bucket = s3bucket;
        m_s3Key = s3key;
        m_containerPath = containerpath;
        m_instanceType = instancetype;
        m_instanceCount = instancecount;
        m_instanceVolumeSize = instancevolumesize;
        m_maxDepth = maxdepth;
        m_eta = eta;
        m_subSample = subsample;
        m_evalMetric = evalmetric;
        m_objective = objective;
        m_scalePosWeight = scaleposweight;
        m_numRound = numround;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



athena-udfs/src/main/java/com/amazonaws/athena/connectors/udfs/AthenaUDFHandler.java [107:120]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        m_timeStamp = sdf.format(new Timestamp(System.currentTimeMillis()));
        m_s3Bucket = s3bucket;
        m_s3Key = s3key;
        m_containerPath = containerpath;
        m_instanceType = instancetype;
        m_instanceCount = instancecount;
        m_instanceVolumeSize = instancevolumesize;
        m_maxDepth = maxdepth;
        m_eta = eta;
        m_subSample = subsample;
        m_evalMetric = evalmetric;
        m_objective = objective;
        m_scalePosWeight = scaleposweight;
        m_numRound = numround;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



