We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e18c62 commit 8b92370Copy full SHA for 8b92370
1 file changed
common/src/main/scala/org/apache/comet/udf/RegExpInStrUDF.scala
@@ -58,7 +58,6 @@ class RegExpInStrUDF extends CometUDF {
58
59
val patternStr = new String(patternVec.get(0), StandardCharsets.UTF_8)
60
val pattern = patternCache.computeIfAbsent(patternStr, Pattern.compile)
61
- val idx = idxVec.get(0)
62
63
val n = subject.getValueCount
64
val out = new IntVector("regexp_instr_result", CometArrowAllocator)
0 commit comments