You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@asterixdb.apache.org by dl...@apache.org on 2022/01/20 00:37:23 UTC

[asterixdb-clients] branch master updated: [NO ISSUE] Enable UNION ALL support

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 42b5b27  [NO ISSUE] Enable UNION ALL support
42b5b27 is described below

commit 42b5b27ba3212c93e26e44b19e7fd8b88682fc30
Author: Dmitry Lychagin <dm...@couchbase.com>
AuthorDate: Wed Jan 19 16:30:00 2022 -0800

    [NO ISSUE] Enable UNION ALL support
    
    Change-Id: I02a909e526365d54a24b414e97a310195a82c86a
    Reviewed-on: https://asterix-gerrit.ics.uci.edu/c/asterixdb-clients/+/14867
    Reviewed-by: Ian Maxon <im...@uci.edu>
    Tested-by: Jenkins <je...@fulliautomatix.ics.uci.edu>
---
 .../src/main/taco/plugins/asterixdb_jdbc/manifest.xml                | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

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 8ec5c6f..48350d5 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
@@ -33,11 +33,8 @@
 
       <!-- Temporary Tables -->
       <customization name="CAP_CREATE_TEMP_TABLES" value="no"/>
-      <!--customization name="CAP_INDEX_TEMP_TABLES" value="no" /-->
       <customization name="CAP_SELECT_INTO" value="no"/>
       <customization name="CAP_SELECT_TOP_INTO" value="no"/>
-      <!--customization name="CAP_TEMP_TABLES_NOT_SESSION_SCOPED" value="yes" /-->
-      <!--customization name="CAP_SUPPRESS_TEMP_TABLE_CHECKS" value="yes" /-->
 
       <!-- String Splits -->
       <customization name="CAP_SUPPORTS_SPLIT_FROM_LEFT" value="yes"/>
@@ -83,7 +80,7 @@
 
       <!-- Uncommon -->
       <customization name="CAP_SUPPRESS_GET_SERVER_TIME" value="no"/>
-      <customization name="CAP_SUPPORTS_UNION" value="no"/>
+      <customization name="CAP_SUPPORTS_UNION" value="yes"/>
     </customizations>
   </connection-customization>
   <connection-fields   file='connection-fields.xml'/>