We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently it's a union of all the fields required by different stream scan variants.
We should introduce a new definition which uses oneof to decouple variant specific fields.
oneof
This refactor will only be worked on once arrangement backfill's implementation is stabilized.
Suggested by @chenzl25 .
The text was updated successfully, but these errors were encountered:
This issue has been open for 60 days with no activity. Could you please update the status? Feel free to continue discussion or close as not planned.
Sorry, something went wrong.
No branches or pull requests
Currently it's a union of all the fields required by different stream scan variants.
We should introduce a new definition which uses
oneof
to decouple variant specific fields.This refactor will only be worked on once arrangement backfill's implementation is stabilized.
Suggested by @chenzl25 .
The text was updated successfully, but these errors were encountered: