confluentinc / ksql

The database purpose-built for stream processing applications.
https://ksqldb.io
Other
89 stars 1.04k forks source link

Partial success responses for batch statements are broken #3062

Open rodesai opened 5 years ago

rodesai commented 5 years ago

It used to be that if I issued n statements and the kth statement failed, I'd get back an error response that included the results of the first k-1 statements. This is no longer the case.

big-andy-coates commented 4 years ago

@rodesai this ticket needs more info... like steps to recreate!

Also, I think the server now validates all queries against the current metastore before processing any. (Though this could be out-of-date). Is it possible you're not getting back any responses because none have been run?

apurvam commented 4 years ago

@derekjn you added this to the 0.11.0 milestone. Do you have a sense of the priority? (there are other p0's and p1's not in the milestone :))

derekjn commented 4 years ago

@apurvam I don't think this is a P0 or a P1, so we can push it to a future release.