Github user selvaganesang commented on a diff in the pull request:

    https://github.com/apache/incubator-trafodion/pull/140#discussion_r42901300
  
    --- Diff: core/sql/executor/ExHbaseAccess.h ---
    @@ -342,10 +342,10 @@ class ExHbaseAccessTcb  : public ex_tcb
       void setRowID(char *rowId, Lng32 rowIdLen);
       void allocateDirectBufferForJNI(UInt32 rowLen);
       void allocateDirectRowBufferForJNI(short numCols, 
    -                          short maxRows = 1);
    +                          UInt16 maxRows = 1);
    --- End diff --
    
    This can't be changed to Unsigned because this number is sent to Java. 
There is no unsigned concept in java. Basically, we can't send more than 32767 
rows in one buffer.


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

Reply via email to