Skip to content

ORC-357: [C++] Use orc::InputStream in getTimezoneByFilename#263

Closed
rip-nsk wants to merge 1 commit into
apache:masterfrom
rip-nsk:_ORC-357
Closed

ORC-357: [C++] Use orc::InputStream in getTimezoneByFilename#263
rip-nsk wants to merge 1 commit into
apache:masterfrom
rip-nsk:_ORC-357

Conversation

@rip-nsk
Copy link
Copy Markdown
Contributor

@rip-nsk rip-nsk commented May 2, 2018

No description provided.

Comment thread c++/src/Timezone.cc
err << "failed to close " << filename << " - " << strerror(errno);
throw TimezoneError(err.str());
try {
ORC_UNIQUE_PTR<InputStream> file = readFile(filename);
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'auto' is more suitable here

@asfgit asfgit closed this in 2d096b9 May 3, 2018
@rip-nsk rip-nsk deleted the _ORC-357 branch May 5, 2018 23:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant