dataroaring opened a new pull request, #3337:
URL: https://github.com/apache/doris-website/pull/3337

   ## Summary
   
   - Add new documentation page for file path patterns under 
`sql-manual/basic-element`
   - Document supported URI formats (S3, HDFS, and other cloud providers)
   - Document wildcard patterns (`*`, `?`, `[...]`) and range expansion 
(`{1..10}`)
   - Add usage examples for S3 TVF, Broker Load, and INSERT INTO SELECT
   - Include performance considerations and troubleshooting guide
   - Update S3 TVF documentation to reference the new file-path-pattern page
   - Update Broker Load documentation to reference the new file-path-pattern 
page
   - Add sidebar entry for new documentation
   
   ## Changes
   
   1. **New file**: `docs/sql-manual/basic-element/file-path-pattern.md`
      - Comprehensive documentation on file path patterns
      - Covers S3-style URIs, HDFS URIs, and other cloud storage
      - Documents wildcard patterns and range expansion syntax
      - Includes practical examples and performance tips
   
   2. **Updated**: `docs/sql-manual/sql-functions/table-valued-functions/s3.md`
      - Added reference to file-path-pattern documentation in URI parameter 
description
      - Updated "URI with Wildcards" section with reference to comprehensive 
docs
   
   3. **Updated**: `docs/data-operate/import/import-way/broker-load-manual.md`
      - Added "Supported file path patterns" section in Limitations
      - Added reference to file-path-pattern documentation in wildcard example 
section
   
   4. **Updated**: `sidebars.ts`
      - Added sidebar entry for `file-path-pattern` under Basic Elements
   
   ## Test plan
   
   - [ ] Verify documentation builds correctly
   - [ ] Verify sidebar navigation works
   - [ ] Verify cross-references are correct
   
   🤖 Generated with [Claude Code](https://claude.com/claude-code)


-- 
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]


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

Reply via email to