-
Notifications
You must be signed in to change notification settings - Fork 915
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change io::detail::orc
namespace into io::orc::detail
#14696
Change io::detail::orc
namespace into io::orc::detail
#14696
Conversation
Signed-off-by: Nghia Truong <[email protected]>
Signed-off-by: Nghia Truong <[email protected]>
Co-authored-by: Vukasin Milovanovic <[email protected]>
Signed-off-by: Nghia Truong <[email protected]>
Signed-off-by: Nghia Truong <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
❤️
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, this is much better.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Found a few more redundancies
looks great otherwise
Signed-off-by: Nghia Truong <[email protected]>
/merge |
This PR simply changes the (sub) namespace
io::detail::orc
namespace intoio::orc::detail
. From now, the implementation of ORC reader and writer will be part of thedetail
namespace under theio::orc
namespace.