Skip to content

Commit

Permalink
[FLINK-17371][table-runtime] Open testDefaultDecimalCasting case in D…
Browse files Browse the repository at this point in the history
…ecimalTypeTest

This closes apache#15544
  • Loading branch information
JingsongLi authored Apr 12, 2021
1 parent cbf3c5f commit f6fc769
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import org.apache.flink.table.api._
import org.apache.flink.table.planner.expressions.utils.ExpressionTestBase
import org.apache.flink.table.types.DataType
import org.apache.flink.types.Row
import org.junit.{Ignore, Test}
import org.junit.Test

class DecimalTypeTest extends ExpressionTestBase {

Expand Down Expand Up @@ -102,10 +102,9 @@ class DecimalTypeTest extends ExpressionTestBase {
Long.MinValue.toString)
}

@Ignore
@Test
def testDefaultDecimalCasting(): Unit = {
// // from String
// from String
testTableApi(
"123456789123456789123456789".cast(DataTypes.DECIMAL(38, 0)),
"123456789123456789123456789")
Expand Down

0 comments on commit f6fc769

Please sign in to comment.