Sarcastic-Soul opened a new pull request, #4168: URL: https://github.com/apache/doris-website/pull/4168
## Summary On the `EXPORT_SET` page, one example's SQL doesn't match its own documented output: - The SQL selected only `EXPORT_SET(bits, on, off, sep, num_of_b)` — a single column - The output table shown has six columns: `bits | on | off | sep | num_of_b | ans` Fixed by selecting the input columns alongside the result, aliased as `ans`, matching the shown output. Applied identically to EN and ZH, dev/`current` and `version-4.x` docs (4 files). Fixes #3879 -- 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]
