villebro commented on a change in pull request #10084:
URL:
https://github.com/apache/incubator-superset/pull/10084#discussion_r450630950
##########
File path: tests/db_engine_specs/hive_tests.py
##########
@@ -233,4 +233,4 @@ def test_get_create_table_stmt() -> None:
STORED AS TEXTFILE LOCATION :location
tblproperties
('skip.header.line.count'=':header_line_count')""",
{"delim": ",", "location": "s3a://directory/table",
"header_line_count": "101"},
- )
+ )
Review comment:
It seems the last line change was removed in this PR (the last line
should always end in a line change). So just adding that should resolve the
linting problem.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]