Skip to content

Adding in OBJECT type resolver#8608

Merged
siddharthteotia merged 1 commit intoapache:masterfrom
walterddr:fix_error_for_cast_exception
Apr 28, 2022
Merged

Adding in OBJECT type resolver#8608
siddharthteotia merged 1 commit intoapache:masterfrom
walterddr:fix_error_for_cast_exception

Conversation

@walterddr
Copy link
Contributor

@walterddr walterddr commented Apr 28, 2022

This worked to return object type from cast results and eventually return back correct result content via auto-cast.

This should fix #8424 partially:

  • it can cast correctly but the result is of generic object type to the function caller
  • further expression/function processing is not possible

still need to address this systematically, see #8610

@walterddr walterddr force-pushed the fix_error_for_cast_exception branch from 6be0ea6 to db13283 Compare April 28, 2022 17:06
@walterddr walterddr marked this pull request as ready for review April 28, 2022 18:32
@walterddr walterddr changed the title [TEST] poc - adding in OBJECT type resolver Adding in OBJECT type resolver Apr 28, 2022
@siddharthteotia siddharthteotia merged commit 71a6e63 into apache:master Apr 28, 2022
@walterddr walterddr deleted the fix_error_for_cast_exception branch December 6, 2023 16:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[bug] CAST after expression causes weird exception

3 participants