Open tsreaper opened 2 years ago
@bodiam could you have a look at this when you have time? Seems to be rather releated to data-faker than flink-faker, no?
@knaufk don't know, not sure what you're doing here. Can you reproduce this without flink? Then we can more easily fix it
@knaufk which version of datafaker is this? Also, could you try 1.3.0-SNAPSHOT if you're running an earlier version?
@tsreaper as a WA currently it should work for Address.city
(with first capital letter)
like that
create temporary table faker ( a string ) with ( 'connector' = 'faker', 'number-of-rows' = '10', 'fields.a.expression' = '#{Address.city}' );
select * from faker;
@tsreaper Is this still an issue or can this be closed?
Run the following SQL in SQL client:
Exception: