Skip to content
This repository was archived by the owner on Sep 27, 2019. It is now read-only.

Commit 1b6f933

Browse files
author
GustavoAngulo
committed
Fixed depracated method bug
1 parent 010851c commit 1b6f933

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/optimizer/rule_impls.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ void GetToIndexScan::Transform(
262262
LOG_TRACE("Value Type: %d",
263263
static_cast<int>(
264264
reinterpret_cast<expression::ConstantValueExpression *>(
265-
expr->GetModifiedChild(1))
265+
expr->GetModifiableChild(1))
266266
->GetValueType()));
267267
} else {
268268
value_list.push_back(

0 commit comments

Comments
 (0)