Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.7.0
-
None
Description
I am doing
z.show(sc.parallelize((1 to 1000000).toList).toDF, 100000)
and it doesn't show anything.
After browser page refresh it shows everything correctly. I tried it on Chrome and Safari and it doesn't looks like it is browser related.
if i use number less that 100000 it works correctly. For my custom DF it works only if i specify number less that 100
In Chrome developer tool i can see exceptions in javascript when i am trying to execute code above
TypeError: Cannot read property 'type' of undefined
at cells (handsonHelper.js:57)
at y.Core.getCellMeta (vendor.ee876a1abacbe752.js:325)
at y.Core._getColWidthFromSettings (vendor.ee876a1abacbe752.js:325)
at getColWidth (vendor.ee876a1abacbe752.js:325)
at x.getColumnWidth (vendor.ee876a1abacbe752.js:324)
at Object.columnWidthFn (vendor.ee876a1abacbe752.js:324)
at e._getColumnWidth (vendor.ee876a1abacbe752.js:322)
at e.calculate (vendor.ee876a1abacbe752.js:322)
at new e (vendor.ee876a1abacbe752.js:322)
at s.createColumnsCalculator (vendor.ee876a1abacbe752.js:324)
vendor.ee876a1abacbe752.js:325 Uncaught Error: This method cannot be called because this Handsontable instance has been destroyed
at d.25.y.Core.j (vendor.ee876a1abacbe752.js:325)
at t.value (visualization-table.js:31)
at t.value (visualization.js:96)
at result.controller.js:438
at dispatch (vendor.ee876a1abacbe752.js:30)
at q.handle (vendor.ee876a1abacbe752.js:30)
Attachments
Attachments
Issue Links
- blocks
-
ZEPPELIN-2134 Release 0.7.1
- Closed
- links to