From 99f28835135283ec0763976e8c3bd9b4a451818d Mon Sep 17 00:00:00 2001 From: Gal Salomon Date: Wed, 27 Mar 2024 01:15:05 +0200 Subject: [PATCH] updating engine version 151-153 Signed-off-by: Gal Salomon --- include/s3select_functions.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/s3select_functions.h b/include/s3select_functions.h index 0d59f8ce..06f0337a 100644 --- a/include/s3select_functions.h +++ b/include/s3select_functions.h @@ -2264,6 +2264,10 @@ struct _fn_engine_version : public base_function { -- the scripts use the dsdgen application resides on https://github.com/galsalomon66/tpc-ds-datagen-to-aws-s3 the whole system resides in a container [ docker pull galsl/fedora_38:tpcds_v2 ] #146 -- upon logical_operand(and/or) the parser-builder does not use case-insensitive compare function, resulting in wrong evaluation #147 + +-- avoid timeout upon long processing #152 +-- replace assert with an exception to avoid crashing the process #151 +-- fix for the use-case of not-operator on a string #153 )"; _fn_engine_version()