You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "charlesbluca (via GitHub)" <gi...@apache.org> on 2023/05/03 16:08:16 UTC

[GitHub] [arrow-datafusion-python] charlesbluca commented on a diff in pull request #350: First pass at getting architectured builds working

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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org