dataframe
dataframe copied to clipboard
Bug using @file:ImportDataSchema
If I generate a DataSchema using @file:ImportDataSchema()
and then create a new manual @DataSchema interface
which references any generated code, it doesn't generate.
It works well using the gradle dataframes {}
notation.
Hm, i've got an idea. Probably a generator just ignores manual data schema because it has invalid reference (reference to a class that doesn't yet exist. I think there is a mechanism to defer symbol to the next round of the code generation, so we just need to use it