Skip to content

refactor: Make files command printing logic reusable#165

Open
xieandrew wants to merge 1 commit into
masterfrom
126-refactor-printing-logic
Open

refactor: Make files command printing logic reusable#165
xieandrew wants to merge 1 commit into
masterfrom
126-refactor-printing-logic

Conversation

@xieandrew
Copy link
Copy Markdown
Collaborator

Closes #126.

@xieandrew xieandrew added the ice Relates to ice label May 11, 2026
@xieandrew xieandrew requested a review from subkanthi May 13, 2026 14:34
Table table = catalog.loadTable(tableId);
Snapshot snapshot = table.currentSnapshot();

String tableName = tableId.toString();
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

i know this was previous logic, but can we do a null check , is there a chance it might be null?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ice Relates to ice

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Refactor the printing logic to make it reusable for other commands.

2 participants