>From Peeyush Gupta <[email protected]>:
Attention is currently required from: Murtadha Hubail, Ali Alsuliman, Hussain
Towaileb.
Peeyush Gupta has posted comments on this change. (
https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/19983 )
Change subject: [ASTERIXDB-3624][FUN] Fix record_remove_fields() type computer
......................................................................
Patch Set 3: Code-Review+2
(1 comment)
Patchset:
PS3:
Not related to this patch but I noticed the following with object_remove_fields
function. Note that I was trying to remove a field which is the current
datetime (does not make sense in a real setting but just for testing)
select object_remove_fields({"a":1}, [tostring(now_str())]);
-- returns internal error
select object_remove_fields({"a":1}, [now_str()]);
-- returns "Invalid expression: function object-remove-fields expects its 2nd
input parameter to be a $$6 expression, but the actual expression is CONSTANT
or FUNCTION_CALL (in line 1, at column 38)"
--
To view, visit https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/19983
To unsubscribe, or for help writing mail filters, visit
https://asterix-gerrit.ics.uci.edu/settings
Gerrit-Project: asterixdb
Gerrit-Branch: ionic
Gerrit-Change-Id: Id91d7f257faf0b20183f772350f81e7ecda4e8bc
Gerrit-Change-Number: 19983
Gerrit-PatchSet: 3
Gerrit-Owner: Ali Alsuliman <[email protected]>
Gerrit-Reviewer: Ali Alsuliman <[email protected]>
Gerrit-Reviewer: Anon. E. Moose #1000171
Gerrit-Reviewer: Hussain Towaileb <[email protected]>
Gerrit-Reviewer: Jenkins <[email protected]>
Gerrit-Reviewer: Murtadha Hubail <[email protected]>
Gerrit-Reviewer: Peeyush Gupta <[email protected]>
Gerrit-Attention: Murtadha Hubail <[email protected]>
Gerrit-Attention: Ali Alsuliman <[email protected]>
Gerrit-Attention: Hussain Towaileb <[email protected]>
Gerrit-Comment-Date: Tue, 24 Jun 2025 18:01:53 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment