Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SPARK-39865][SQL][FOLLOWUP] Implement the sql() and toString() metho…
…ds of `CheckOverflowInTableInsert ` ### What changes were proposed in this pull request? Implement the sql() and toString() methods of `CheckOverflowInTableInsert `. Both should be consistent with the child `Cast`. ### Why are the changes needed? CheckOverflowInTableInsert is just an internal expression. The SQL representation and explain() output of a table insertion plan don't need to show the expression. ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? UT Closes apache#37383 from gengliangwang/toString. Authored-by: Gengliang Wang <[email protected]> Signed-off-by: Gengliang Wang <[email protected]>
- Loading branch information