Closed iajoiner closed 2 weeks ago
Please be sure to look over the pull request guidelines here: https://github.com/spaceandtimelabs/sxt-proof-of-sql/blob/main/CONTRIBUTING.md#submit-pr.
!
source scripts/run_ci_checks.sh
To make ProofPlans composable it is more natural for us to return Tables in result_evaluate and final_round_evaluate in ProofPlan.
ProofPlan
Table
result_evaluate
final_round_evaluate
Table::columns
ProvableQueryResult::new_from_table
Yes.
:tada: This PR is included in version 0.46.0 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket:
Please be sure to look over the pull request guidelines here: https://github.com/spaceandtimelabs/sxt-proof-of-sql/blob/main/CONTRIBUTING.md#submit-pr.
Please go through the following checklist
!
is used if and only if at least one breaking change has been introduced.source scripts/run_ci_checks.sh
.Rationale for this change
To make
ProofPlan
s composable it is more natural for us to returnTable
s inresult_evaluate
andfinal_round_evaluate
inProofPlan
.What changes are included in this PR?
result_evaluate
andfinal_round_evaluate
ofProofPlan
withTable
Table::columns
,ProvableQueryResult::new_from_table
to simplify the codeYes.