wgtmac commented on code in PR #2269: URL: https://github.com/apache/orc/pull/2269#discussion_r2203058460
########## c++/src/TypeImpl.cc: ########## @@ -189,6 +225,45 @@ namespace orc { return true; } + namespace geospatial { + std::string AlgotoString(EIAlgo algo) { Review Comment: ```suggestion std::string AlgoToString(EIAlgo algo) { ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@orc.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org