-
- Downloads
[SPARK-20264][SQL] asm should be non-test dependency in sql/core
## 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:Xiao Li <gatorsmile@gmail.com>
Please register or sign in to comment