charlesbluca commented on code in PR #350:
URL:
https://github.com/apache/arrow-datafusion-python/pull/350#discussion_r1183904741
##########
conda/recipes/meta.yaml:
##########
@@ -15,7 +15,7 @@
# specific language governing permissions and limitations
# under the License.
-{% set name = "datafusion" %}
+{% set name = "datafusion-python" %}
Review Comment:
Noticed that we're already publishing arrow-datafusion to conda-forge under
the name `datafusion`:
- https://anaconda.org/conda-forge/datafusion
This shouldn't have any impact on the name of the package that actually gets
imported, just prevents collision with the other package; does this name seem
okay? cc @andygrove
--
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]