-
Notifications
You must be signed in to change notification settings - Fork 449
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
Conversation
@@ -1384,4 +1395,4 @@ void CSVFragmentLoader::LoadFragment(MutablePropertyFragment& fragment) { | |||
return basic_fragment_loader_.LoadFragment(fragment); | |||
} | |||
|
|||
} // namespace gs | |||
} // namespace gs |
There was a problem hiding this comment.
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.
flex/utils/arrow_utils.h
Outdated
return true; | ||
} | ||
|
||
virtual const char* kind() const override { return "LDBC LongDate parser"; } |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
What do these changes do?
Add rt_bench and fix some bug.
Related issue number