Mourya1319 commented on issue #10553:
URL: https://github.com/apache/hudi/issues/10553#issuecomment-1907359184

   @danny0405 , In the above image, the query failed to create a Hudi table. 
And the error `Illegal initial character:360p` is because the column started 
with a number `3`. 
   This query:  `create table if not exists db3_hudi.sample(id int, a360p 
string, a720p string) using hudi`, actually created a Hudi table without any 
error. 
   So, My understanding is that since the column names didn't start with a 
number, this query was able to create a table. 
   
   I wanted to know if I am doing in the wrong way or is there any other way 
that can help me create a Hudi table with columns starting with a digit, kindly 
let me know. 
   
   Feel free to correct me If I am wrong.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to