yjhjstz commented on issue #1303:
URL: https://github.com/apache/cloudberry/issues/1303#issuecomment-3198063216

   ```c++
   diff --git a/src/backend/gporca/libgpos/include/gpos/string/CWStringConst.h 
b/src/backend/gporca/libgpos/include/gpos/string/CWStringConst.h
   index 448dd34e29b..63267d271f9 100644
   --- a/src/backend/gporca/libgpos/include/gpos/string/CWStringConst.h
   +++ b/src/backend/gporca/libgpos/include/gpos/string/CWStringConst.h
   @@ -57,6 +57,9 @@ public:
    
           // checks whether the string is byte-wise equal to another string
           BOOL Equals(const CWStringBase *str) const override;
   +       
   +       // bring base class Equals(const WCHAR*) into scope to avoid hiding
   +       using CWStringBase::Equals;
    };
    }  // namespace gpos
   ```
   
   can you try it ?


-- 
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