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

Fix codestyle check by removing concurrent newlines #2

Closed

Conversation

CapChrisCap
Copy link

Description

Fixed the minor issue that was also reported on Slack: https://trinodb.slack.com/archives/C0305TQ05KL/p1693386128831189

Command example)

. /mvnw clean install -Dcheckstyle.skip=true -DskipTests -am -pl :trino-snowflake

Current error

[INFO] There is 1 error reported by Checkstyle 10.12.0 with checkstyle/airbase-checks.xml ruleset.
[ERROR] src/test/java/io/trino/plugin/snowflake/TestSnowflakeTypeMapping.java:[340] (regexp) RegexpMultiline: Multiple consecutive blank lines

After removing the newlines, the error is resolved

yuuteng and others added 25 commits July 10, 2023 19:03
Fully tested with Trino 406. Untested with 410.
Adding --add-opens to enable support for Apache Arrow via shared memory buffers.
TODO: testDataMappingSmokeTest: time and timestamp
testSetColumnTypes: time and timestamp
This reverts commit 82f9eb3f3811e8d90a482f5359e98e7c729afa17.
Fully tested with Trino 406. Untested with 410.
…with Snowflake server.

Disabled the testsetColumnTypes testing.
@yuuteng yuuteng force-pushed the bloomberg-snowflake branch from 5520b5f to b10a001 Compare October 31, 2023 12:05
@yuuteng yuuteng deleted the branch yuuteng:bloomberg-snowflake December 4, 2023 10:40
@yuuteng yuuteng closed this Dec 4, 2023
dprophet added a commit that referenced this pull request Dec 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants