github-actions[bot] commented on code in PR #17247:
URL: https://github.com/apache/doris/pull/17247#discussion_r1119981009


##########
be/src/vec/functions/function_json.cpp:
##########
@@ -655,6 +655,73 @@ using FunctionGetJsonDouble = 
FunctionBinaryStringOperateToNullType<GetJsonDoubl
 using FunctionGetJsonInt = FunctionBinaryStringOperateToNullType<GetJsonInt>;
 using FunctionGetJsonString = 
FunctionBinaryStringOperateToNullType<GetJsonString>;
 
+class FunctionJsonValid : public IFunction {
+private:
+    JsonbParserSIMD default_value_parser;
+    bool has_const_default_value = false;

Review Comment:
   warning: private field 'has_const_default_value' is not used 
[clang-diagnostic-unused-private-field]
   ```cpp
       bool has_const_default_value = false;
            ^
   ```
   



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to