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

dlych pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/asterixdb-clients.git


The following commit(s) were added to refs/heads/master by this push:
     new 13ec388  [NO ISSUE] Remove duplicate customization option
13ec388 is described below

commit 13ec3886febcc57c8cd6e6895e3b35a4811f8c2e
Author: Dmitry Lychagin <dmitry.lycha...@couchbase.com>
AuthorDate: Fri Nov 19 16:29:20 2021 -0800

    [NO ISSUE] Remove duplicate customization option
    
    Change-Id: I25f28cb50c1c86a4f64ab0116f95071b5e33120c
    Reviewed-on: https://asterix-gerrit.ics.uci.edu/c/asterixdb-clients/+/14146
    Reviewed-by: Ian Maxon <ima...@uci.edu>
    Tested-by: Dmitry Lychagin <dmitry.lycha...@couchbase.com>
---
 .../asterix-jdbc-taco/src/main/taco/plugins/asterixdb_jdbc/manifest.xml  | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/asterixdb-jdbc/asterix-jdbc-taco/src/main/taco/plugins/asterixdb_jdbc/manifest.xml
 
b/asterixdb-jdbc/asterix-jdbc-taco/src/main/taco/plugins/asterixdb_jdbc/manifest.xml
index 37e9fda..404c2ed 100644
--- 
a/asterixdb-jdbc/asterix-jdbc-taco/src/main/taco/plugins/asterixdb_jdbc/manifest.xml
+++ 
b/asterixdb-jdbc/asterix-jdbc-taco/src/main/taco/plugins/asterixdb_jdbc/manifest.xml
@@ -66,7 +66,6 @@
       <customization name="CAP_QUERY_SORT_BY" value="yes"/>
       <customization name="CAP_QUERY_SORT_BY_DEGREE" value="no"/>
       <customization name="CAP_QUERY_SUBQUERIES" value="yes"/>
-      <customization name="CAP_QUERY_TOP_N" value="yes"/>
       <customization name="CAP_QUERY_SUPPORT_EMPTY_GROUPBY" value="no"/>
       <customization name="CAP_QUERY_SUPPORTS_UNIQUE_IDENTIFIER" value="no"/>
       <customization name="CAP_QUERY_TIME_REQUIRES_CAST" value="no"/>

Reply via email to