>From Dmitry Lychagin <[email protected]>: Dmitry Lychagin has submitted this change. ( https://asterix-gerrit.ics.uci.edu/c/asterixdb-clients/+/14146 )
Change subject: [NO ISSUE] Remove duplicate customization option ...................................................................... [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 <[email protected]> Tested-by: Dmitry Lychagin <[email protected]> --- M asterixdb-jdbc/asterix-jdbc-taco/src/main/taco/plugins/asterixdb_jdbc/manifest.xml 1 file changed, 0 insertions(+), 1 deletion(-) Approvals: Ian Maxon: Looks good to me, approved Dmitry Lychagin: Verified 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"/> -- To view, visit https://asterix-gerrit.ics.uci.edu/c/asterixdb-clients/+/14146 To unsubscribe, or for help writing mail filters, visit https://asterix-gerrit.ics.uci.edu/settings Gerrit-Project: asterixdb-clients Gerrit-Branch: master Gerrit-Change-Id: I25f28cb50c1c86a4f64ab0116f95071b5e33120c Gerrit-Change-Number: 14146 Gerrit-PatchSet: 2 Gerrit-Owner: Dmitry Lychagin <[email protected]> Gerrit-Reviewer: Dmitry Lychagin <[email protected]> Gerrit-Reviewer: Ian Maxon <[email protected]> Gerrit-CC: Jenkins <[email protected]> Gerrit-MessageType: merged
