c21 commented on pull request #29342:
URL: https://github.com/apache/spark/pull/29342#issuecomment-672185658


   > Any plan to support the case? If we do so, the first key index should be 
long.
   
   @maropu - I think the key index for `LongHashedRelation` can be the index 
into key array - [`pos` of 
`array`](https://github.com/apache/spark/blob/master/sql/core/src/main/scala/org/apache/spark/sql/execution/joins/HashedRelation.scala#L517),
 which is still a `Int` here.


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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to