You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by al...@apache.org on 2021/11/22 11:55:41 UTC

[arrow-datafusion] branch master updated: reduce datafusion-cli crate keyword count (#1349)

This is an automated email from the ASF dual-hosted git repository.

alamb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git


The following commit(s) were added to refs/heads/master by this push:
     new cdebe1e  reduce datafusion-cli crate keyword count (#1349)
cdebe1e is described below

commit cdebe1e8d3f23727d8b9941fb334ba609a7178c7
Author: QP Hou <qp...@scribd.com>
AuthorDate: Mon Nov 22 03:55:35 2021 -0800

    reduce datafusion-cli crate keyword count (#1349)
    
    * reduce datafusion-cli crate keyword count
    
    * remove snapshot
---
 datafusion-cli/Cargo.toml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/datafusion-cli/Cargo.toml b/datafusion-cli/Cargo.toml
index 14d0482..54f3084 100644
--- a/datafusion-cli/Cargo.toml
+++ b/datafusion-cli/Cargo.toml
@@ -17,10 +17,10 @@
 
 [package]
 name = "datafusion-cli"
-version = "5.1.0-SNAPSHOT"
+version = "5.1.0"
 authors = ["Apache Arrow <de...@arrow.apache.org>"]
 edition = "2021"
-keywords = [ "arrow", "datafusion", "ballista", "query", "sql", "cli", "repl" ]
+keywords = [ "arrow", "datafusion", "ballista", "query", "sql" ]
 license = "Apache-2.0"
 homepage = "https://github.com/apache/arrow-datafusion"
 repository = "https://github.com/apache/arrow-datafusion"