rdblue commented on issue #24012: [SPARK-26811][SQL] Add capabilities to 
v2.Table
URL: https://github.com/apache/spark/pull/24012#issuecomment-472605939
 
 
   @cloud-fan, I've rebased to pick up the changes in master introduced by the 
move to `CaseInsensitiveStringMap`. I think this is ready to go.
   
   Although I see your point with returning an Array of capabilities, I think 
it is better to return a Set. That's how Spark uses the data and I see no 
reason to use the wrong kind of storage -- which we would no doubt coerce to a 
set -- just to avoid calling `asJava` in a few places.

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to