Github user JoshRosen commented on the pull request:

    https://github.com/apache/spark/pull/10403#issuecomment-166444605
  
    Also, quick question: what if the name is qualified with a schema and also 
contains special characters? e.g. what if my user-supplied table name is 
something like `default."table with spaces in name"`? Will this handle that 
case properly? What about `"some database"."some-table-name"`? My concern is 
that a naive, unconditional quoting will mishandle these cases.
    
    `spark-redshift` has some fancy logic to handle all of these corner-cases; 
see https://github.com/databricks/spark-redshift/pull/102 and pay attention to 
how the `TableName` wrapper works.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to