Uh oh!
There was an error while loading. Please reload this page.
TEZ-4379 Tez Hive Queries query page rows does not go over - #183
Conversation
tez-yetus
commented
Feb 4, 2022
🎊 +1 overall
This message was automatically generated. |
abstractdog
commented
Feb 6, 2022
@ghanko , @csjuhasz-c: fix makes sense to me, however, it's not clear how could have paging worked in tez ui without this patch until now? anyway, have you been able to reproduce this and validate the fix? |
ghanko
commented
Feb 6, 2022
How it used to work is not clear to me either, but now we could reproduce the issue by feeding it with mock data as described in the ticket. The result was exactly the same and after some debugging we found that the root cause is the The suggested fix of calling toArray() on the array being added didn't work because it wrapped the content elements to some other objects (probably a different version), but using the content property did fix the issue locally. |
abstractdog
commented
Feb 6, 2022
thanks for clarifying @ghanko |
…aba Juhasz, Gergely Hanko reviewed by Laszlo Bodor)
No description provided.