-
Notifications
You must be signed in to change notification settings - Fork 458
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
[CORE] Minor code cleanups against fallback tagging #6320
Conversation
Thanks for opening a pull request! Could you open an issue for this pull request on Github Issues? https://github.com/apache/incubator-gluten/issues Then could you also rename commit message and pull request title in the following format?
See also: |
Run Gluten Clickhouse CI |
bab1095
to
be562d3
Compare
Run Gluten Clickhouse CI |
1 similar comment
Run Gluten Clickhouse CI |
756fe12
to
8583e1e
Compare
Run Gluten Clickhouse CI |
8583e1e
to
917653a
Compare
Run Gluten Clickhouse CI |
3 similar comments
Run Gluten Clickhouse CI |
Run Gluten Clickhouse CI |
Run Gluten Clickhouse CI |
1ade079
to
79cfdfc
Compare
Run Gluten Clickhouse CI |
79cfdfc
to
2b8c959
Compare
Run Gluten Clickhouse CI |
5 similar comments
Run Gluten Clickhouse CI |
Run Gluten Clickhouse CI |
Run Gluten Clickhouse CI |
Run Gluten Clickhouse CI |
Run Gluten Clickhouse CI |
cfe3217
to
2600f06
Compare
Run Gluten Clickhouse CI |
2600f06
to
b847673
Compare
Run Gluten Clickhouse CI |
Run Gluten Clickhouse CI |
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.
Thanks for your improvement. LGTM.
)" This reverts commit 2f35c63.
)" This reverts commit 2f35c63.
)" This reverts commit 2f35c63.
)" This reverts commit 2f35c63.
)" This reverts commit 2f35c63.
)" This reverts commit 2f35c63.
)" This reverts commit 2f35c63.
ValidationResult.ok
toValidationResult.succeeded
ValidationResult.notOk(reason)
toValidationResult.failed(reason)
ValidationResult.isValid()
toValidationResult.ok()
FALLBACK_REASON_TAG
, reuseFallbackTag
insteadFallbackTag.Converter
to convert from different inputs toFallbackTag
instances implicitly