在条件拆分组件中,我需要知道 Age 是否等于 -1 并使用以下语句。
但是,运行时会出现错误。我应该如何修改我的陈述?谢谢!
Error: The expression "Age == -1" on "output "Unknown" (12743)" evaluated to NULL, but the "component "Age Conditional Split 1" (12740)" requires a Boolean results. Modify the error row disposition on the output to treat this result as False (Ignore Failure) or to redirect this row to the error output (Redirect Row). The expression results must be Boolean for a Conditional Split. A NULL expression result is an error.