Github user rxin commented on a diff in the pull request:
https://github.com/apache/spark/pull/11815#discussion_r56784481
--- Diff:
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/CatalystConf.scala ---
@@ -22,6 +22,8 @@ import org.apache.spark.sql.catalyst.analysis._
private[spark] trait CatalystConf {
def caseSensitiveAnalysis: Boolean
+ def orderByOrdinal: Boolean
--- End diff --
Doesn't seem like a great name ... if we can come up with a good name I
think having a single config makes sense. If not, doesn't matter that much to
have two.
---
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]