hristo-stripe opened a new pull request #7381: URL: https://github.com/apache/pinot/pull/7381
## Description <!-- Add a description of your PR here. A good description should include pointers to an issue or design document, etc. --> The default size of the SQL Editor box is such that it only shows about 5 lines of text. The SQL Editor uses [react-codemirror2](https://github.com/scniro/react-codemirror2) which recommends using [re-resizable](https://github.com/bokuweb/re-resizable) to make the editor field resizable. This patch adds a new NPM library dependency on `re-resizable` and adds a react component to make the field expandable. As a way to make the change minimal, the patch only allows the field to be vertically expandable and keeps the default size the same (height is 100px). ## Upgrade Notes Does this PR prevent a zero down-time upgrade? (Assume upgrade order: Controller, Broker, Server, Minion) No. Does this PR fix a zero-downtime upgrade introduced earlier? No. Does this PR otherwise need attention when creating release notes? Things to consider: No. ## Release Notes <!-- If you have tagged this as either backward-incompat or release-notes, you MUST add text here that you would like to see appear in release notes of the next release. --> n/a <!-- If you have a series of commits adding or enabling a feature, then add this section only in final commit that marks the feature completed. Refer to earlier release notes to see examples of text. --> ## Documentation <!-- If you have introduced a new feature or configuration, please add it to the documentation as well. See https://docs.pinot.apache.org/developers/developers-and-contributors/update-document --> n/a -- 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]
