Skip to content

Commit

Permalink
finos#1296 add comment for DataType.parseToDataType
Browse files Browse the repository at this point in the history
  • Loading branch information
junaidzm13 committed Apr 29, 2024
1 parent 488c3d1 commit fa6a067
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vuu/src/main/scala/org/finos/vuu/core/table/Column.scala
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import scala.util.{Failure, Success, Try}

object DataType {

// if a new type's added, make sure that both methods `parseToDateType` & `fromString` can support it
final val CharDataType: Class[Char] = classOf[Char]
final val StringDataType: Class[String] = classOf[String]
final val BooleanDataType: Class[Boolean] = classOf[Boolean]
Expand Down

0 comments on commit fa6a067

Please sign in to comment.