Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
ghx-label-13
Description
Fix one bug of IMPALA-9645.
And fix issue when return type is decimal, codegen code lack a 'StructRet' attribute, this is not a issue on x86, but on aarch64, the "StructRet" attribute is necessary.
And fix the hash function on aarch64.