Skip to content

Commit

Permalink
Check default values
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxGekk committed Feb 22, 2021
1 parent 9198c27 commit c72a455
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,8 @@ class DataTypeSuite extends SparkFunSuite {
checkDefaultSize(CharType(100), 100)
checkDefaultSize(VarcharType(5), 5)
checkDefaultSize(VarcharType(10), 10)
checkDefaultSize(YearMonthIntervalType, 4)
checkDefaultSize(DayTimeIntervalType, 8)

def checkEqualsIgnoreCompatibleNullability(
from: DataType,
Expand Down

0 comments on commit c72a455

Please sign in to comment.