Github user Peilin-Yang commented on the issue:

    https://github.com/apache/zeppelin/pull/1371
  
    @bzz yes, this will basically touch every cell in the table. I do not think 
just visiting a few rows would work as the sorting is done by HudsonTable and 
it loads all data for sorting purpose. But you are right. I will see whether it 
can be done at the time the data is loaded - that will make the re-parsing of 
the data unneeded, but possibly affect the graphs as well.
    
    @echarles Why sorting at client is misleading? the table is generated by 
the user and the purpose of sorting by columns is to sort the current table 
on-the-fly. 
    Your other suggestion makes more sense - making the type get/set as APIs.


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

Reply via email to