We try to make these table names work.
By my understanding the `.` is still problematic, but the others should work, 
at least with 4.0.0. Not sure about the other versions though.
TBH we do not have too much test around this, so there could be some issues.

> On 2022. Jun 24., at 7:32, second_co...@yahoo.com wrote:
> 
> what about table name with unicode other language like Japanese, Chinese ? 
> not supported right?
> 
> On Friday, June 24, 2022 at 12:50:27 PM GMT+8, second_co...@yahoo.com 
> <second_co...@yahoo.com> wrote:
> 
> 
> Hello, i would like to use a file name when create a hive table. example file 
>  "something nice.csv" with space. Is there anyway I can use python to escape 
> all special character when create a hive table name ? below does not work
> 
> create external table `something+nice` (
>   id BIGINT
> )
> STORED BY 'io.delta.hive.DeltaStorageHandler' 
> LOCATION 's3a://bucket/delta/delta-table'
> 

Reply via email to