Skip to content

[TODO] find the column with the longest name, and use it as offset for all? #274

@nfx

Description

@nfx

See more context:

cols = spark.catalog.listColumns(table_name, dbName=db)
# TODO: find the column with the longest name, and use it as offset for all?
# Pad actual column name to that length
column_names = []
columns = []
for cl in cols:

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions