ankitsultana commented on code in PR #11725:
URL: https://github.com/apache/pinot/pull/11725#discussion_r1343213266
##########
pinot-controller/src/main/resources/app/pages/Query.tsx:
##########
@@ -47,6 +47,7 @@ import PinotMethodUtils from '../utils/PinotMethodUtils';
import '../styles/styles.css';
import {Resizable} from "re-resizable";
import { useHistory, useLocation } from 'react-router';
+import sqlFormatter from '@sqltools/formatter';
Review Comment:
The last update to this package was around a year ago.
I had also found this one earlier which seems to be quite actively
maintained: https://www.npmjs.com/package/sql-formatter
Should we explore sql-formatter instead?
--
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]