Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Table named "new" doesn't display #2324

Closed
cpwright opened this issue Apr 22, 2022 · 0 comments · Fixed by #5145
Closed

Table named "new" doesn't display #2324

cpwright opened this issue Apr 22, 2022 · 0 comments · Fixed by #5145
Labels
bug Something isn't working triage

Comments

@cpwright
Copy link
Contributor

cpwright commented Apr 22, 2022

Description

Table named "new" doesn't display.

Steps to reproduce
I ran the following commands. I created a table named "new", then used it in a natural_join. The join worked, but the table named "new" didn't show up.

old=ag.where("isNull(extra_description)")
new=ag.where("extra_description=`opennatjoin`")
j=old.natural_join(new, "bench_name", "new_elapsed=elapsed_seconds,new_std=elapsed_seconds_std").update("PctChange=(elapsed_seconds-new_elapsed)/elapsed_seconds")

Expected results

I expected to see the table.

Actual results

I did not see the table.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working triage
Projects
None yet
2 participants