feat: add tableless rendertree layout#47
Conversation
There was a problem hiding this comment.
Code Review
This pull request introduces a new 'tableless' layout option for rendering Spanner query plans, allowing rows to be rendered without an ASCII table grid using a pipe ('|') as a column separator. This feature is implemented in the asciitable package, exposed via the --layout=tableless and --tableless CLI flags in rendertree, and integrated into the plantree/reference API alongside comprehensive tests and documentation. I have no feedback to provide.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
Summary
rendertree, exposed through--layout=tablelessand the--tablelessshortcut.plantree/referencepackage with aLayoutenum-style config option.|separator, right-align numeric columns, trim table padding, and document the center-alignment limitation.Validation
go test ./...go test ./asciitablego test ./cmd/rendertree/implgo test ./plantree/referencegit diff --check