-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
[Chore](build) fix some warning on code generate and webui #17078
Conversation
clang-tidy review says "All clean, LGTM! 👍" |
run buildall |
run p0 |
run feut |
@@ -598,7 +598,6 @@ import org.apache.doris.qe.SqlModeHelper; | |||
%init} | |||
|
|||
LineTerminator = \r|\n|\r\n | |||
NonTerminator = [^\r\n] |
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.
The code does not belong to the PR’s title
* KIND, either express or implied. See the License for the | ||
* specific language governing permissions and limitations | ||
* under the License. | ||
*/ |
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.
The code does not belong to the PR’s title
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.
fixed
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
PR approved by anyone and no changes requested. |
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
[WARNING:gensrc/thrift/parquet.thrift:22] Uncaptured doctext at on line 18. [WARNING:gensrc/thrift/parquet.thrift:23] Uncaptured doctext at on line 22. [WARNING:gensrc/thrift/parquet.thrift:436] Uncaptured doctext at on line 428. WARNING in asset size limit: The following asset(s) exceed the recommended size limit (244 KiB).WARNING in asset size limit: The following asset(s) exceed the recommended size limit (244 KiB). This can impact web performance WARNING in entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit Warning : Macro "NonTerminator" has been declared but never used.
[WARNING:gensrc/thrift/parquet.thrift:22] Uncaptured doctext at on line 18. [WARNING:gensrc/thrift/parquet.thrift:23] Uncaptured doctext at on line 22. [WARNING:gensrc/thrift/parquet.thrift:436] Uncaptured doctext at on line 428. WARNING in asset size limit: The following asset(s) exceed the recommended size limit (244 KiB).WARNING in asset size limit: The following asset(s) exceed the recommended size limit (244 KiB). This can impact web performance WARNING in entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit Warning : Macro "NonTerminator" has been declared but never used.
Proposed changes
Problem summary
Describe your changes.
Checklist(Required)
Further comments
If this is a relatively large or complex change, kick off the discussion at dev@doris.apache.org by explaining why you chose the solution you did and what alternatives you considered, etc...