You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by chiwanpark <gi...@git.apache.org> on 2016/06/22 12:45:26 UTC

[GitHub] flink issue #1996: [FLINK-3919][flink-ml] Distributed Linear Algebra: row-ba...

Github user chiwanpark commented on the issue:

    https://github.com/apache/flink/pull/1996
  
    Looks good to me, +1. I'll merge this in few hours.
    
    But I think we should change the type of row index to `Long` in near future. I think we can deal with the incompatibility problem with local matrices by assuming that the number of rows is less than `Int.MaxValue` and converting row index type from `Long` to `Int` in collecting time. I'll submit an issue related to this to JIRA after merge this.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---