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
If select closure in select into result is empty, we just skip saving, and the job is succeed. But users can't find the output file. It's not intuitive.
We should throw an exception.
The text was updated successfully, but these errors were encountered:
vagetablechicken
changed the title
batch: return error if s`elect into
batch: return error if select into gets empty
Mar 15, 2022
OpenMLDB/java/openmldb-batch/src/main/scala/com/_4paradigm/openmldb/batch/nodes/SelectIntoPlan.scala
Lines 39 to 41 in 420398b
If
select
closure inselect into
result is empty, we just skip saving, and the job is succeed. But users can't find the output file. It's not intuitive.We should throw an exception.
The text was updated successfully, but these errors were encountered: