Github user cloud-fan commented on the issue:

    https://github.com/apache/spark/pull/16410
  
    `create table t(a int, b int) partitioned by (a)`, the schema of table t 
is: <b int, a int>.
    
    This behavior is intentional and already published, we can not change it. 
What we should do is to find out other places that don't follow this rule and 
respect the given schema, i.e. you are doing the opposite thing.


---
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