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

fix: Flex add rt_bench and fix some bug #3268

Merged
merged 13 commits into from Oct 8, 2023
Merged

fix: Flex add rt_bench and fix some bug #3268

merged 13 commits into from Oct 8, 2023

Conversation

liulx20
Copy link
Collaborator

@liulx20 liulx20 commented Sep 26, 2023

What do these changes do?

Add rt_bench and fix some bug.

Related issue number

@liulx20 liulx20 changed the title Flex: add rt_bench and fix some bug feat: Flex add rt_bench and fix some bug Sep 26, 2023
@@ -1384,4 +1395,4 @@ void CSVFragmentLoader::LoadFragment(MutablePropertyFragment& fragment) {
return basic_fragment_loader_.LoadFragment(fragment);
}

} // namespace gs
} // namespace gs
Copy link
Collaborator

Choose a reason for hiding this comment

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

Need empty line after file.

@liulx20 liulx20 changed the title feat: Flex add rt_bench and fix some bug fix: Flex add rt_bench and fix some bug Oct 8, 2023
luoxiaojian
luoxiaojian previously approved these changes Oct 8, 2023
return true;
}

virtual const char* kind() const override { return "LDBC LongDate parser"; }
Copy link
Collaborator

Choose a reason for hiding this comment

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

Remove virtual since override is declared.

Copy link
Collaborator

@zhanglei1949 zhanglei1949 left a comment

Choose a reason for hiding this comment

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

LGTM

@liulx20 liulx20 merged commit 22eb24e into alibaba:main Oct 8, 2023
26 checks passed
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.

None yet

3 participants