mrkn commented on pull request #7477:
URL: https://github.com/apache/arrow/pull/7477#issuecomment-652124757


   @pitrou In summary, the constraint of the indices order of SparseCOOIndex 
was removed, but the new flag field is introduced to state whether or not the 
indices tensor is ordered in a row-major manner.  By this new flag, we can 
preserve the canonicality or noncanonicality of the sparse tensor before and 
after serialization.  Preserving this property can avoid needless scanning of 
the indices tensor after deserialization.


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


Reply via email to