Skip to content

Conversation

@Vallishp
Copy link
Contributor

Proposed changes

backport
#40568
#40455
#40456
#40153
#34384

@doris-robot
Copy link

Thank you for your contribution to Apache Doris.
Don't know what should be done next? See How to process your PR

Since 2024-03-18, the Document has been moved to doris-website.
See Doris Document.

@Vallishp Vallishp changed the base branch from master to branch-2.1 September 10, 2024 19:27
@Vallishp Vallishp marked this pull request as draft September 10, 2024 19:28
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

clang-tidy made some suggestions


#ifndef _SCHEMA_SCANNER_HELPER_H_

#include <stdint.h>
Copy link
Contributor

Choose a reason for hiding this comment

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

warning: inclusion of deprecated C++ header 'stdint.h'; consider using 'cstdint' instead [modernize-deprecated-headers]

Suggested change
#include <stdint.h>
#include <cstdint>

{"PROPERTIES", TYPE_STRING, sizeof(StringRef), true},
};

SchemaTableOptionsScanner::SchemaTableOptionsScanner()
Copy link
Contributor

Choose a reason for hiding this comment

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

warning: use '= default' to define a trivial default constructor [modernize-use-equals-default]

be/src/exec/schema_scanner/schema_table_options_scanner.cpp:40:

-         : SchemaScanner(_s_tbls_columns, TSchemaTableType::SCH_TABLE_OPTIONS) {}
+         : SchemaScanner(_s_tbls_columns, TSchemaTableType::SCH_TABLE_OPTIONS) = default;

@Vallishp Vallishp closed this Sep 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants