Skip to content
  • Reynold Xin's avatar
    7bfa05e0
    [SPARK-20264][SQL] asm should be non-test dependency in sql/core · 7bfa05e0
    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.
    7bfa05e0
    [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.
Loading