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

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

commit c31e7e3fe5d8be77eda0c74d04fe0ff044d668d4
Merge: deca321998 e7e26d744f
Author: Michael Blow <[email protected]>
AuthorDate: Tue Mar 3 18:35:56 2026 -0500

    Merge branch 'gerrit/lumina' into 'master'
    
     * [NO ISSUE][HYR][NET] Re-resolve cluster address on initial connect retry 
(MB-70678)
     * [NO ISSUE][*DB][EXT] Advance Apache Avro to 1.12.1 for CVE
     * [NO ISSSUE][TEST] Making map's iteration deterministic
     * [ASTERIXDB-3708][COMP] Fix empty results with columnar secondary index 
(MB-70725)
    
    Change-Id: I442b5e17ddf67f4e6b1ff1b754bc50f7ec04ab82

 .../pushdown/visitor/PushdownOperatorVisitor.java  |  4 +--
 .../avro/AvroFileExampleGeneratorUtil.java         | 10 ++++----
 .../projection-filter.001.ddl.sqlpp                | 30 ++++++++++++++++++++++
 .../projection-filter.002.update.sqlpp             | 22 ++++++++++++++++
 .../projection-filter.003.get.http                 | 19 ++++++++++++++
 .../projection-filter.005.ddl.sqlpp                | 22 ++++++++++++++++
 .../projection-filter.006.query.sqlpp              | 22 ++++++++++++++++
 .../projection-filter.007.query.sqlpp              | 22 ++++++++++++++++
 .../projection-filter.003.regexadm                 |  1 +
 .../projection-filter/projection-filter.006.adm    |  1 +
 .../projection-filter/projection-filter.007.adm    |  1 +
 .../avro/avro-types/avro-map/avro-map.02.adm       |  2 +-
 .../avro/avro-types/avro-map/avro-map.03.adm       |  2 +-
 .../runtimets/testsuite_single_partition_sqlpp.xml |  5 ++++
 asterixdb/asterix-external-data/pom.xml            |  1 -
 .../asterix/metadata/utils/PushdownUtil.java       |  2 ++
 asterixdb/pom.xml                                  |  8 +++++-
 .../content/org.tukaani--xz--1.10_0BSD.txt         | 11 ++++++++
 18 files changed, 174 insertions(+), 11 deletions(-)

diff --cc asterixdb/src/main/licenses/content/org.tukaani--xz--1.10_0BSD.txt
index 0000000000,0000000000..4322122aec
new file mode 100644
--- /dev/null
+++ b/asterixdb/src/main/licenses/content/org.tukaani--xz--1.10_0BSD.txt
@@@ -1,0 -1,0 +1,11 @@@
++Permission to use, copy, modify, and/or distribute this
++software for any purpose with or without fee is hereby granted.
++
++THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
++WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
++WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL
++THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR
++CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
++LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
++NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
++CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

Reply via email to