You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm just starting to learn about grackle and a test I discovered that a schema definition cannot be empty. However you only get a failure at runtime. Should it fail at compile time?
object ItcMapping extends GenericMapping[Id] {
val schema = schema"""
"""
val typeMappings = Nil
}
The text was updated successfully, but these errors were encountered:
I'm just starting to learn about grackle and a test I discovered that a schema definition cannot be empty. However you only get a failure at runtime. Should it fail at compile time?
The text was updated successfully, but these errors were encountered: