imay commented on a change in pull request #264: Update #257: rewrite aes
encryption
URL: https://github.com/apache/incubator-doris/pull/264#discussion_r229954881
##########
File path: be/CMakeLists.txt
##########
@@ -585,6 +585,7 @@ if (${MAKE_TEST} STREQUAL "ON")
add_subdirectory(${TEST_DIR}/exprs)
add_subdirectory(${TEST_DIR}/runtime)
add_subdirectory(${TEST_DIR}/http)
+ add_subdirectory(${TEST_DIR}/aes)
Review comment:
I think we don't need this 'aes' directory
you can put aes.h and aes.cpp to be/src/util, and rename these to
aes_util.h??
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]