Github user sandhyasun commented on a diff in the pull request:
https://github.com/apache/incubator-trafodion/pull/1006#discussion_r105787152
--- Diff: core/sql/sqlcomp/CmpSeabaseDDLtable.cpp ---
@@ -7791,7 +7791,7 @@ void
CmpSeabaseDDL::alterSeabaseTableAddPKeyConstraint(
// this new primary key.
// Do this optimization in mode_special_4 only.
Lng32 len = 0;
- Int64 rowCount = 0;
+ Lng32 rowCount = 0;
--- End diff --
Checked again and even though the variable is named rowcount, we are
retrieving the value "[ANY 1]" into that. So this does return a 4 byte interger
and we're ok. Only the (count*) return values are 8 bytes long.
---
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 [email protected] or file a JIRA ticket
with INFRA.
---