Skip to content
New issue

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

feat: define sideband optimization hints #705

Merged
merged 13 commits into from
Oct 8, 2024
Prev Previous commit
Next Next commit
removed default
EpsilonPrime committed Sep 25, 2024
commit 4640fad5fc88a3ae4d2ca1ab2667d7a1171b6cca
4 changes: 2 additions & 2 deletions proto/substrait/algebra.proto
Original file line number Diff line number Diff line change
@@ -87,8 +87,8 @@ message RelCommon {
// with computation type COMPUTATION_TYPE_BLOOM_FILTER refers to the second bloom filter.
// The local system can use any numbering system it wants but for better compatibility
// it is suggested to refer to computations in order of the input that they are derived
// from.
optional int computation_number = 3 [default = 1];
// from. Computation numbers start at 1.
int computation_number = 3;
}
}
}