davidzollo opened a new pull request, #10165:
URL: https://github.com/apache/seatunnel/pull/10165

   ### What is the purpose of the pull request
   
   Fix the `withDescription` format in `IcebergSourceOptions.java` to follow 
the standard format used by other connectors.
   
   ### Changes made:
   
   1. **Removed leading and trailing spaces** from description text
      - e.g., `" the iceberg timestamp of starting snapshot "` → `"The iceberg 
timestamp of starting snapshot."`
   
   2. **Standardized description format**:
      - Capitalized the first letter of each description
      - Added period at the end of each description
      - Consistent with other connectors like `KafkaSourceOptions`, 
`JdbcSourceOptions`, `MongodbSourceOptions`, etc.
   
   ### Brief change log
   
   - Fixed 9 `withDescription` calls in `IcebergSourceOptions.java`
   
   ### Does this pull request potentially affect one of the following parts:
   
   - Dependencies (does it add or upgrade a dependency): no
   - The public API, i.e., is any changes to the API: no
   - The schema, i.e., is there new DDL syntax: no
   - The connector options, i.e., is there new options for connector: no
   
   ### How to reproduce
   
   N/A - This is a code style improvement only.
   
   ### Check list
   
   - [x] I have reviewed the [contribution 
guidelines](https://seatunnel.apache.org/community/submit_guide/contribute)
   - [x] I have created an issue on the [SeaTunnel 
ISSUE](https://github.com/apache/seatunnel/issues)
   - [x] I have documented any new features or changes in behavior
   
   ---
   Pull Request opened by [Augment Code](https://www.augmentcode.com/) with 
guidance from the PR author


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to