Skip to content

Commit 272ca0e

Browse files
committed
revert a change
Signed-off-by: Margarit Hakobyan <margarith@bitquilltech.com>
1 parent 59d57b7 commit 272ca0e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

integ-test/src/test/resources/correctness/expressions/text_functions.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,4 @@ LOCATE('world', 'helloworld') as column
1111
LOCATE('world', 'hello') as column
1212
LOCATE('world', 'helloworld', 7) as column
1313
REPLACE('helloworld', 'world', 'opensearch') as column
14-
REPLACE('hello', 'world', 'opensearch') as column
15-
CAST(REVERSE('hello') as VARCHAR(5)) as column
14+
REPLACE('hello', 'world', 'opensearch') as column

0 commit comments

Comments
 (0)