Skip to content

empty schema should fail at compile time #174

Description

@cquiroz

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
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions