Github user DaveBirdsall commented on a diff in the pull request:
https://github.com/apache/incubator-trafodion/pull/310#discussion_r52064494
--- Diff: core/sql/common/DateTimeType.cpp ---
@@ -171,6 +172,8 @@ NABoolean DatetimeType::isEncodingNeeded() const
NABoolean DatetimeType::operator==(const NAType& other) const
{
+ DatetimeType &otherDT = (DatetimeType&)other;
--- End diff --
Not sure why this variable is defined. We don't use it anywhere. Doesn't hurt anything
though.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---
|