clintropolis commented on code in PR #18618:
URL: https://github.com/apache/druid/pull/18618#discussion_r2422179768
##########
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:
ah, it does seem to work if i put a .html at the end of it, which is what
the entry in the redirects is, so it is at least somewhat working
--
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]