sp-202 commented on code in PR #4423:
URL: https://github.com/apache/datafusion-comet/pull/4423#discussion_r3299612928
##########
.github/actions/setup-builder/action.yaml:
##########
@@ -33,8 +33,7 @@ runs:
shell: bash
run: |
apt-get update
- apt-get install -y protobuf-compiler
- apt-get install -y clang
+ apt-get install -y protobuf-compiler clang cmake libgeos-dev
Review Comment:
@andygrove — completely agree, thank you for catching this. I will remove
the geos dependency entirely. The LGPL license and C++ dependency are both good
reasons to avoid it. I'll reimplement ST_Buffer, ST_Union, ST_Intersection, and
ST_Difference using the pure Rust geo
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]