[ 
https://issues.apache.org/jira/browse/IMPALA-13642?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Riza Suminto resolved IMPALA-13642.
-----------------------------------
    Fix Version/s: Impala 4.5.0
       Resolution: Fixed

> Several test vector is being ignored in test_scanners.py
> --------------------------------------------------------
>
>                 Key: IMPALA-13642
>                 URL: https://issues.apache.org/jira/browse/IMPALA-13642
>             Project: IMPALA
>          Issue Type: Improvement
>          Components: Test
>            Reporter: Riza Suminto
>            Assignee: Riza Suminto
>            Priority: Major
>             Fix For: Impala 4.5.0
>
>
> Several test vector is being unused in test_scanners.py. This cause 
> repetition of the same test without actually varying the test exec_option nor 
> debug_action. These are some that caught by flake8-unused-arguments in 
> current 
> [HEAD|https://github.com/apache/impala/blob/99529db6ad62ddc34cbfd924d7e41b1fce5b60a2/tests/query_test/test_scanners.py].
> {noformat}
> tests/query_test/test_scanners.py:385:50: U100 Unused argument 'v'
> tests/query_test/test_scanners.py:425:61: W504 line break after binary 
> operator
> tests/query_test/test_scanners.py:432:34: U100 Unused argument 'vector'
> tests/query_test/test_scanners.py:643:39: U100 Unused argument 'vector'
> tests/query_test/test_scanners.py:652:32: U100 Unused argument 'vector'
> tests/query_test/test_scanners.py:790:48: U100 Unused argument 'vector'
> tests/query_test/test_scanners.py:843:41: U100 Unused argument 'vector'
> tests/query_test/test_scanners.py:888:34: U100 Unused argument 'vector'
> tests/query_test/test_scanners.py:900:48: U100 Unused argument 'vector'
> tests/query_test/test_scanners.py:967:39: U100 Unused argument 'vector'
> tests/query_test/test_scanners.py:1051:53: U100 Unused argument 'vector'
> tests/query_test/test_scanners.py:1151:37: U100 Unused argument 'vector'
> tests/query_test/test_scanners.py:1194:40: U100 Unused argument 'vector'
> tests/query_test/test_scanners.py:1410:34: U100 Unused argument 'vector'
> tests/query_test/test_scanners.py:1523:57: W504 line break after binary 
> operator
> tests/query_test/test_scanners.py:1524:57: W504 line break after binary 
> operator
> tests/query_test/test_scanners.py:1525:57: W504 line break after binary 
> operator
> tests/query_test/test_scanners.py:1571:59: W504 line break after binary 
> operator
> tests/query_test/test_scanners.py:1614:50: U100 Unused argument 'v'
> tests/query_test/test_scanners.py:1616:44: U100 Unused argument 'vector'
> tests/query_test/test_scanners.py:1619:38: U100 Unused argument 'vector'
> tests/query_test/test_scanners.py:1677:41: U100 Unused argument 'vector'
> tests/query_test/test_scanners.py:1886:33: U100 Unused argument 'vector'
> tests/query_test/test_scanners.py:2061:36: U100 Unused argument 'vector'
> {noformat}
>  
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to