Skip to content
  • madhu's avatar
    9064f1b0
    [SPARK-20495][SQL][CORE] Add StorageLevel to cacheTable API · 9064f1b0
    madhu authored
    ## What changes were proposed in this pull request?
    Currently cacheTable API only supports MEMORY_AND_DISK. This PR adds additional API to take different storage levels.
    ## How was this patch tested?
    unit tests
    
    Author: madhu <phatak.dev@gmail.com>
    
    Closes #17802 from phatak-dev/cacheTableAPI.
    9064f1b0
    [SPARK-20495][SQL][CORE] Add StorageLevel to cacheTable API
    madhu authored
    ## What changes were proposed in this pull request?
    Currently cacheTable API only supports MEMORY_AND_DISK. This PR adds additional API to take different storage levels.
    ## How was this patch tested?
    unit tests
    
    Author: madhu <phatak.dev@gmail.com>
    
    Closes #17802 from phatak-dev/cacheTableAPI.
Loading