priyankajoshi93094 opened a new pull request, #59237: URL: https://github.com/apache/doris/pull/59237
Issue Number: closes #48203 Related PR: N/A Problem Summary: This PR adds support for the EXPORT_SET SQL function in Apache Doris. EXPORT_SET is a MySQL function that allows generating a string from bits with custom separators. Adding this function helps users migrate SQL queries from MySQL to Doris without rewriting them. Release note Added support for the EXPORT_SET SQL function. Check List (For Author) Test: Manual test: Verified that the function compiles and integrates successfully. Behavior changed: No. Does this need documentation? Yes. Documentation should be updated to include the EXPORT_SET function. **Check List (For Reviewer who merge this PR)** - Verify the release note is accurate. - Ensure the new function is covered by test cases. - Confirm documentation has been updated with the new EXPORT_SET function. - Apply branch pick label if this PR needs to be merged into other release branches. -- 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]
