You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello @michaeltch, thank you for reporting this!
There were couple of different problems we found with FTAggregateWithArgs. Some are resolved in #3263 , once merged I will check if your case is addressed. I assume an additional fix will be needed to enable As in the Load, but let's see.
cc @bitsark I saw that you were working on this, please use the above PR as a base or wait for it to be merged.
I have provided an example program that doesn't panic when the command run on the database should return an error.
Expected Behavior
Panic with error message
(error) Unknown argument
ASat position 4 for <main>
Current Behavior
The resulting pointer is nil and error is empty causing no panic.
result: 0x0
Steps to Reproduce
Removing the
As
field fixes the issue and a proper response is returned.Context (Environment)
Attempting to recreate a separate issue. The database is OSS 6.2.7.
The text was updated successfully, but these errors were encountered: