Shipeng Qi
Shipeng Qi
Summary: add GitHub actions config to initialize CI TODO: - determine the CI trigger policy and modify the configuration accordingly - add larger GitHub-hosted runners to the org to speed...
This reverts commit 6c4a04584476b83a20e2ff8048a81015f5d26754.
Previous work here: https://github.com/TuGraph-family/tugraph-db/pull/171 [TODO] Features to be specified: - 1 - 2 - 3
1. cpp: algorithms are splitted to core, procedure and standalone. Users can not upload a single procedure file now. 2. zip: unzip command not found in remote environment 3. so:...
/usr/local/include/boost/predef/detail/endian_compat.h:11:161: 附注:#pragma message:The use of BOOST_ENDIAN and BOOST_BYTE_ORDER is deprecated. Please include and use BOOST_ENDIAN_BYTE instead 注意使用了boost geometry extensions的部分,正常release不包含extensions。 1.72版本会触发,升级到1.78可以解决。 1.78的extension可以从这个commitid 0c002e6bdc55f247832bd1cf3f6d16a6658450bf https://github.com/boostorg/geometry/tree/0c002e6bdc55f247832bd1cf3f6d16a6658450bf
Like in #364, the length function supports both for string and array. Consider classifying them to string functions, array function and likewise for the other functions