clintropolis commented on code in PR #18618:
URL: https://github.com/apache/druid/pull/18618#discussion_r2422178408


##########
web-console/src/druid-models/transform-spec/transform-spec.tsx:
##########
@@ -50,12 +50,13 @@ export const TRANSFORM_FIELDS: Field<Transform>[] = [
   {
     name: 'expression',
     type: 'string',
-    placeholder: '"foo" + "bar"',
+    multiline: true,
+    placeholder: `ex: strlen(concat("foo", '-bar'))`,
     required: true,
     info: (
       <>
         A valid Druid{' '}
-        <ExternalLink 
href={`${getLink('DOCS')}/misc/math-expr`}>expression</ExternalLink>.
+        <ExternalLink 
href={`${getLink('DOCS')}/querying/math-expr`}>expression</ExternalLink>.

Review Comment:
   hmm, that seems not great, i wonder when that broke?



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