Re: 'Initial segment may not be null' error

2022-01-10 Thread Caizhi Weng
Hi! This seems like a bug to me. Could you share the whole exception stack (if the whole stack is not displayed in the terminal, you can search in the logs) so that others can diagnose this problem? Egor Ryashin 于2022年1月10日周一 22:54写道: > Hey, > > I use Flink 1.14 and run this query with sql-clie

'Initial segment may not be null' error

2022-01-10 Thread Egor Ryashin
Hey, I use Flink 1.14 and run this query with sql-client: SET 'sql-client.execution.result-mode' = 'tableau'; SET 'execution.runtime-mode' = 'batch’; create table data( id STRING, account_id STRING, a_id STRING, `timestamp` STRING ) with ( 'connector'='filesystem', 'path'='/Volumes/mobiled