Skip to content

TEZ-4379 Tez Hive Queries query page rows does not go over - #183

Merged
abstractdog merged 1 commit into
apache:masterfrom
ghanko:tez-4379
Feb 14, 2022
Merged

TEZ-4379 Tez Hive Queries query page rows does not go over#183
abstractdog merged 1 commit into
apache:masterfrom
ghanko:tez-4379

Conversation

@ghanko

Copy link
Copy Markdown
Contributor

No description provided.

@tez-yetus

Copy link
Copy Markdown

🎊 +1 overall

VoteSubsystemRuntimeComment
+0 🆗reexec12m 44sDocker mode activated.
_ Prechecks _
+1 💚dupname0m 0sNo case conflicting files found.
+1 💚@author0m 0sThe patch does not contain any @author tags.
_ master Compile Tests _
_ Patch Compile Tests _
+1 💚jshint0m 5sThere were no new jshint issues.
+1 💚whitespace0m 0sThe patch has no whitespace issues.
_ Other Tests _
+1 💚asflicense0m 58sThe patch does not generate ASF License warnings.
14m 27s
SubsystemReport/Notes
DockerClientAPI=1.41 ServerAPI=1.41 base: https://ci-hadoop.apache.org/job/tez-multibranch/job/PR-183/1/artifact/out/Dockerfile
GITHUB PR#183
Optional Testsdupname asflicense jshint
unameLinux 9a23921f5e15 4.15.0-58-generic #64-Ubuntu SMP Tue Aug 6 11:12:41 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
Build toolmaven
Personalitypersonality/tez.sh
git revisionmaster / 6d7ef20
Max. process+thread count51 (vs. ulimit of 5500)
modulesC: tez-ui U: tez-ui
Console outputhttps://ci-hadoop.apache.org/job/tez-multibranch/job/PR-183/1/console
versionsgit=2.25.1 maven=3.6.3 jshint=2.12.0
Powered byApache Yetus 0.12.0 https://yetus.apache.org

This message was automatically generated.

@abstractdog

Copy link
Copy Markdown
Contributor

@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

Copy link
Copy Markdown
ContributorAuthor

@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?

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 [].concat() call as described here: emberjs/ember.js#9843 (comment)

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

Copy link
Copy Markdown
Contributor

@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?

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 [].concat() call as described here: emberjs/ember.js#9843 (comment)

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.

thanks for clarifying @ghanko
+1

@abstractdog
abstractdog self-requested a review February 6, 2022 17:45
@abstractdog
abstractdog merged commit 9f4cb31 into apache:masterFeb 14, 2022
asfgit pushed a commit that referenced this pull request Feb 14, 2022
…aba Juhasz, Gergely Hanko reviewed by Laszlo Bodor)
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@ghanko@tez-yetus@abstractdog