aboutsummaryrefslogtreecommitdiff
path: root/sql/core/src/test/resources/sql-tests/inputs/orderby-nulls-ordering.sql
diff options
context:
space:
mode:
authorhyukjinkwon <gurwls223@gmail.com>2016-09-15 01:33:56 +0800
committerWenchen Fan <wenchen@databricks.com>2016-09-15 01:33:56 +0800
commita79838bdeeb12cec4d50da3948bd8a33777e53a6 (patch)
treed82fc307ba42ef212edc1d50cc945d9b3e6b661f /sql/core/src/test/resources/sql-tests/inputs/orderby-nulls-ordering.sql
parent6d06ff6f7e2dd72ba8fe96cd875e83eda6ebb2a9 (diff)
downloadspark-a79838bdeeb12cec4d50da3948bd8a33777e53a6.tar.gz
spark-a79838bdeeb12cec4d50da3948bd8a33777e53a6.tar.bz2
spark-a79838bdeeb12cec4d50da3948bd8a33777e53a6.zip
[MINOR][SQL] Add missing functions for some options in SQLConf and use them where applicable
## What changes were proposed in this pull request? I first thought they are missing because they are kind of hidden options but it seems they are just missing. For example, `spark.sql.parquet.mergeSchema` is documented in [sql-programming-guide.md](https://github.com/apache/spark/blob/master/docs/sql-programming-guide.md) but this function is missing whereas many options such as `spark.sql.join.preferSortMergeJoin` are not documented but have its own function individually. So, this PR suggests making them consistent by adding the missing functions for some options in `SQLConf` and use them where applicable, in order to make them more readable. ## How was this patch tested? Existing tests should cover this. Author: hyukjinkwon <gurwls223@gmail.com> Closes #14678 from HyukjinKwon/sqlconf-cleanup.
Diffstat (limited to 'sql/core/src/test/resources/sql-tests/inputs/orderby-nulls-ordering.sql')
0 files changed, 0 insertions, 0 deletions