Skip to content
Snippets Groups Projects
Commit 22947cd0 authored by Kousuke Saruta's avatar Kousuke Saruta Committed by Davies Liu
Browse files

[SPARK-15165] [SPARK-15205] [SQL] Introduce place holder for comments in generated code

## What changes were proposed in this pull request?

This PR introduce place holder for comment in generated code and the purpose  is same for #12939 but much safer.

Generated code to be compiled doesn't include actual comments but includes place holder instead.

Place holders in generated code will be replaced with actual comments only at the time of  logging.

Also, this PR can resolve SPARK-15205.

## How was this patch tested?

Existing tests.

Author: Kousuke Saruta <sarutak@oss.nttdata.co.jp>

Closes #12979 from sarutak/SPARK-15205.
parent 5a25cd4f
No related branches found
No related tags found
No related merge requests found
Showing
with 95 additions and 57 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment