Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SPARK-39234][SQL][3.3] Code clean up in SparkThrowableHelper.getMessage #36669

Closed

Commits on May 25, 2022

  1. [SPARK-39234][SQL] Code clean up in SparkThrowableHelper.getMessage

    1. Remove the starting "\n" in `Origin.context`. The "\n" will be append in the method `SparkThrowableHelper.getMessage` instead.
    2. Code clean up the method SparkThrowableHelper.getMessage to eliminate redundant code.
    
    Code clean up to eliminate redundant code.
    
    No
    
    Existing UT
    
    Closes apache#36612 from gengliangwang/moveNewLine.
    
    Authored-by: Gengliang Wang <gengliang@apache.org>
    Signed-off-by: Max Gekk <max.gekk@gmail.com>
    gengliangwang committed May 25, 2022
    Configuration menu
    Copy the full SHA
    9016339 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2022

  1. fix

    gengliangwang committed May 26, 2022
    Configuration menu
    Copy the full SHA
    2cabb58 View commit details
    Browse the repository at this point in the history