Wrap sql test cases with sql conf
Open
from-jira
priority:high
type:improvement
- Dominant language
- Java
- Stars
- 6.2k
- Forks
- 2.5k
- Avg merge
- 2d 8h
- Merged PRs (30d)
- 111
Description
Many test cases add configuration at the beginning and then restore at the end now
IMO, better to use the method like `org.apache.spark.sql.test.SQLTestUtilsBase.withSQLConf`
## JIRA info
- Link: https://issues.apache.org/jira/browse/HUDI-5055
- Type: Improvement
Contributor guide
No contributing guide indexed for this repository
Research direction
Search the SQL test cases that manually add and restore configuration, then compare their setup with org.apache.spark.sql.test.SQLTestUtilsBase.withSQLConf. Confirm the relevant cases can use that helper and run the affected tests to verify configuration is restored correctly.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, spark, sql
- Domain
- data-engineering, testing-qa
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100