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

update query params and results according to spec #19

Merged
merged 9 commits into from
May 6, 2023
Merged

Conversation

BingTong0
Copy link
Contributor

update query params and results according to spec

# Conflicts:
#	src/main/java/org/ldbcouncil/finbench/driver/workloads/transaction/LdbcFinBenchSimpleReadGenerator.java
#	src/main/java/org/ldbcouncil/finbench/driver/workloads/transaction/LdbcFinBenchTransactionWorkload.java
#	src/main/java/org/ldbcouncil/finbench/driver/workloads/transaction/QueryEventStreamReader.java
# Conflicts:
#	src/main/java/org/ldbcouncil/finbench/driver/workloads/transaction/queries/ComplexRead13Result.java
case ComplexRead12.TYPE: {
List<ComplexRead12Result> typedResults = (List<ComplexRead12Result>) result;
ComplexRead12 complexRead13 = (ComplexRead12) operation;
for (ComplexRead12Result complexRead13Result : typedResults) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

变量名还是complexRead13Result

@BingTong0 BingTong0 changed the title Dev update query params and results according to spec May 6, 2023
@qishipengqsp qishipengqsp merged commit 1d4536a into main May 6, 2023
@qishipengqsp qishipengqsp deleted the dev branch May 6, 2023 13:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants