husky-team / husky

A more expressive and most importantly, more efficient system for distributed data analytics.
http://www.husky-project.com/
Other
98 stars 55 forks source link

Named ObjList and Channel #283

Closed ddmbr closed 7 years ago

ddmbr commented 7 years ago

Pull Request #247 (by @kygx-legend ) removes the ability to index ObjList/Channel by a string name. However, this breaks PyHusky, since PyHusky extensively relies on this feature. A better way is to allow indexing by both integer ID and string name.

kygx-legend commented 7 years ago

PR #286 is merged.