Junwang Zhao created ORC-1348: --------------------------------- Summary: TimezoneImpl constructor should pass std::vector<> & instead of std::vector<> Key: ORC-1348 URL: https://issues.apache.org/jira/browse/ORC-1348 Project: ORC Issue Type: Improvement Components: C++ Affects Versions: master Reporter: Junwang Zhao Fix For: master
TimezoneImpl(const std::string& name, const std::vector<unsigned char> bytes) should change to TimezoneImpl(const std::string& name, const std::vector<unsigned char>& bytes) to reduce copy constructor of vector of unsigned char. -- This message was sent by Atlassian Jira (v8.20.10#820010)