okumin commented on code in PR #6340:
URL: https://github.com/apache/hive/pull/6340#discussion_r2986107914
##########
ql/src/java/org/apache/hadoop/hive/ql/udf/UDFSubstr.java:
##########
@@ -133,16 +132,44 @@ private int[] makeIndex(int pos, int len, int inputLen) {
private final IntWritable maxValue = new IntWritable(Integer.MAX_VALUE);
- // Even though we are using longs, substr can only deal with ints, so we use
+ //Even though we are using longs, substr can only deal with ints, so we use
Review Comment:
```suggestion
// Even though we are using longs, substr can only deal with ints, so we
use
```
--
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]