Skip to content

SNOW-2917443: snow sql: when select a table of many columns, the output would be simply a series of \'|\' characters #2725

@randomizedthinking

Description

@randomizedthinking

SnowCLI version

3.14.0

Python version

3.10.12

Platform

Linux-6.8.0088-generic-x86_64-with-glibc2.35

What happened

Run a 'select * from a_table_of_many_varialbes;' inside snow sql, the output will be a series of '|' characters. In other words, the internal formatting algorithm removes all contents in order to fit the many '|' field separators.

Console output

The output would be something like:

+-------------------------------------------------------------------------------------------
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||

How to reproduce

Run a 'select * from a_table_of_many_varialbes;' inside snow sql.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions