[ 
https://issues.apache.org/jira/browse/SPARK-44039?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

BingKun Pan updated SPARK-44039:
--------------------------------
    Description: 
Improve for PlanGenerationTestSuite & ProtoToParsedPlanTestSuite, include:
- When generating `GOLDEN` files, we should first delete the corresponding 
directories and generate new ones to avoid submitting some redundant files 
during the review process. eg:
When we write a test named `make_timestamp_ltz` for the overloaded method, and 
during the review process, the reviewer wishes to add more tests for the 
method. The name of this method has changed during the next submission process, 
such as `make_timestamp_ltz without timezone`.At this point, if the 
`queries/function_make_timestamp_ltz.json`, 
`queries/function_make_timestamp_ltz.proto.bin` and 
`explain-results/function_make_timestamp_ltz.explain` files of 
`function_make_timestamp_ltz` are already in the commit, and there are many of 
these files, we generally do not notice the above problem, which leads to the 
incorrect submission of `queries/function_make_timestamp_ltz.json`, 
`queries/function_make_timestamp_ltz.proto.bin` and 
`explain-results/function_make_timestamp_ltz.explain` files without any impact 
on UT. These files are redundant.

- Clear and update some redundant files submitted incorrectly

> Improve for PlanGenerationTestSuite & ProtoToParsedPlanTestSuite
> ----------------------------------------------------------------
>
>                 Key: SPARK-44039
>                 URL: https://issues.apache.org/jira/browse/SPARK-44039
>             Project: Spark
>          Issue Type: Improvement
>          Components: Connect, Tests
>    Affects Versions: 3.5.0
>            Reporter: BingKun Pan
>            Priority: Minor
>
> Improve for PlanGenerationTestSuite & ProtoToParsedPlanTestSuite, include:
> - When generating `GOLDEN` files, we should first delete the corresponding 
> directories and generate new ones to avoid submitting some redundant files 
> during the review process. eg:
> When we write a test named `make_timestamp_ltz` for the overloaded method, 
> and during the review process, the reviewer wishes to add more tests for the 
> method. The name of this method has changed during the next submission 
> process, such as `make_timestamp_ltz without timezone`.At this point, if the 
> `queries/function_make_timestamp_ltz.json`, 
> `queries/function_make_timestamp_ltz.proto.bin` and 
> `explain-results/function_make_timestamp_ltz.explain` files of 
> `function_make_timestamp_ltz` are already in the commit, and there are many 
> of these files, we generally do not notice the above problem, which leads to 
> the incorrect submission of `queries/function_make_timestamp_ltz.json`, 
> `queries/function_make_timestamp_ltz.proto.bin` and 
> `explain-results/function_make_timestamp_ltz.explain` files without any 
> impact on UT. These files are redundant.
> - Clear and update some redundant files submitted incorrectly



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to