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

Remove useless import in TableExecute #11426

Merged
merged 1 commit into from
Mar 11, 2022

Conversation

kyo-tom
Copy link
Contributor

@kyo-tom kyo-tom commented Mar 11, 2022

Description

Remove useless import in io.trino.sql.tree.TableExecute

Documentation

(x) No documentation is needed.
( ) Sufficient documentation is included in this PR.
( ) Documentation PR is available with #prnumber.
( ) Documentation issue #issuenumber is filed, and can be handled later.

Release notes

(x) No release notes entries required.
( ) Release notes entries required with the following suggested text:

# Section
* Remove useless import in ``io.trino.sql.tree.TableExecute``.

@cla-bot cla-bot bot added the cla-signed label Mar 11, 2022
@kyo-tom kyo-tom requested a review from losipiuk March 11, 2022 04:44
@kyo-tom kyo-tom force-pushed the remove_useless_import branch from b082a8a to bc4cff5 Compare March 11, 2022 09:13
@@ -14,7 +14,6 @@
package io.trino.sql.tree;

import com.google.common.collect.ImmutableList;
import org.checkerframework.checker.units.qual.C;
Copy link
Member

Choose a reason for hiding this comment

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

I wonder why it was not reported by UnsedImports rule of checkstyle :/ @findepi ?

Copy link
Member

Choose a reason for hiding this comment

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

because the class uses C as generic parameter name. i guess this apparently confused the checkstyle.

Copy link
Member

Choose a reason for hiding this comment

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

because the class uses C as generic parameter name.

(for some methods)

@losipiuk losipiuk merged commit a1f2eee into trinodb:master Mar 11, 2022
@github-actions github-actions bot added this to the 374 milestone Mar 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

3 participants