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

REPL fix to print blank records #2236

Merged
merged 2 commits into from
Feb 28, 2024
Merged

Conversation

anderson-joyle
Copy link
Contributor

Fix for a small issue I found while using REPL.
Table({Value:1}, Blank())

@anderson-joyle anderson-joyle requested a review from a team as a code owner February 28, 2024 18:30
Copy link
Contributor

@CarlosFigueiraMSFT CarlosFigueiraMSFT left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for fixing this. There is also another problem in that logic, where something like Table(Blank(), {Value:2}, {Value:3}) does not get the "special treatment for single column table named Value" which it should. Can you also update the logic on lines 122-123 to look at the field names instead of the first element of the table?

@LucGenetier
Copy link
Contributor

✅ No public API change.

MikeStall
MikeStall previously approved these changes Feb 28, 2024
Copy link
Contributor

@CarlosFigueiraMSFT CarlosFigueiraMSFT left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚢

@LucGenetier
Copy link
Contributor

✅ No public API change.

@anderson-joyle anderson-joyle merged commit df482e0 into main Feb 28, 2024
4 checks passed
@anderson-joyle anderson-joyle deleted the andersonf/repl-table-blank branch February 28, 2024 19:55
@snizar007 snizar007 added the REPL Exposed in REPL label Mar 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
REPL Exposed in REPL
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants