Skip to content
  • Liang-Chi Hsieh's avatar
    b14993e1
    [SPARK-23448][SQL] Clarify JSON and CSV parser behavior in document · b14993e1
    Liang-Chi Hsieh authored
    ## What changes were proposed in this pull request?
    
    Clarify JSON and CSV reader behavior in document.
    
    JSON doesn't support partial results for corrupted records.
    CSV only supports partial results for the records with more or less tokens.
    
    ## How was this patch tested?
    
    Pass existing tests.
    
    Author: Liang-Chi Hsieh <viirya@gmail.com>
    
    Closes #20666 from viirya/SPARK-23448-2.
    b14993e1
    [SPARK-23448][SQL] Clarify JSON and CSV parser behavior in document
    Liang-Chi Hsieh authored
    ## What changes were proposed in this pull request?
    
    Clarify JSON and CSV reader behavior in document.
    
    JSON doesn't support partial results for corrupted records.
    CSV only supports partial results for the records with more or less tokens.
    
    ## How was this patch tested?
    
    Pass existing tests.
    
    Author: Liang-Chi Hsieh <viirya@gmail.com>
    
    Closes #20666 from viirya/SPARK-23448-2.
Loading