Skip to content
  • Reynold Xin's avatar
    1a73046b
    [SPARK-20264][SQL] asm should be non-test dependency in sql/core · 1a73046b
    Reynold Xin authored
    
    
    ## What changes were proposed in this pull request?
    sq/core module currently declares asm as a test scope dependency. Transitively it should actually be a normal dependency since the actual core module defines it. This occasionally confuses IntelliJ.
    
    ## How was this patch tested?
    N/A - This is a build change.
    
    Author: Reynold Xin <rxin@databricks.com>
    
    Closes #17574 from rxin/SPARK-20264.
    
    (cherry picked from commit 7bfa05e0)
    Signed-off-by: default avatarXiao Li <gatorsmile@gmail.com>
    1a73046b
    [SPARK-20264][SQL] asm should be non-test dependency in sql/core
    Reynold Xin authored
    
    
    ## What changes were proposed in this pull request?
    sq/core module currently declares asm as a test scope dependency. Transitively it should actually be a normal dependency since the actual core module defines it. This occasionally confuses IntelliJ.
    
    ## How was this patch tested?
    N/A - This is a build change.
    
    Author: Reynold Xin <rxin@databricks.com>
    
    Closes #17574 from rxin/SPARK-20264.
    
    (cherry picked from commit 7bfa05e0)
    Signed-off-by: default avatarXiao Li <gatorsmile@gmail.com>
Loading