tempto icon indicating copy to clipboard operation
tempto copied to clipboard

injected String variable is null even though it is set in configuration but with all digits

Open sopel39 opened this issue 8 years ago • 0 comments

example:

@Inject(name="variable")
String variable

configuration:

variable=1234

In such case variable would be null. However if in configuration variable=1234t, then variable is injected correctly.

See: https://github.com/Teradata/presto/pull/338#issuecomment-246400538

sopel39 avatar Sep 13 '16 13:09 sopel39