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


##########
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:
   I think the redirects might be busted (try 
https://druid.apache.org/docs/latest/misc/math-expr)



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