[
https://issues.apache.org/jira/browse/FLINK-22786?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated FLINK-22786:
-----------------------------------
Labels: pull-request-available (was: )
> sql-client can not create .flink-sql-history file
> -------------------------------------------------
>
> Key: FLINK-22786
> URL: https://issues.apache.org/jira/browse/FLINK-22786
> Project: Flink
> Issue Type: Bug
> Components: Table SQL / Client
> Affects Versions: 1.12.2
> Reporter: Zhiwen Sun
> Priority: Major
> Labels: pull-request-available
>
> When I run sql-client.sh, I find a warning
> Unable to create history file: /home/www/.flink-sql-history
> In fact, the user I used have permission to write /home/www/.
> After debug sql-client.sh. I think this is a bug in
> org.apache.flink.table.client.cli.CliUtils#createFile
> Files.notExists(parent) should be run before Files.createDirectories(parent) .
--
This message was sent by Atlassian Jira
(v8.3.4#803005)