MaxGekk commented on a change in pull request #30596:
URL: https://github.com/apache/spark/pull/30596#discussion_r535601616
##########
File path:
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala
##########
@@ -2736,20 +2736,6 @@ object SQLConf {
.booleanConf
.createWithDefault(false)
- val LEGACY_PARQUET_REBASE_MODE_IN_WRITE =
Review comment:
I moved the configs to avoid the errors:
```
[error]
/home/jenkins/workspace/SparkPullRequestBuilder/sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala:2749:13:
Reference to uninitialized value LEGACY_PARQUET_INT96_REBASE_MODE_IN_WRITE
[error] s"${LEGACY_PARQUET_INT96_REBASE_MODE_IN_WRITE.key}.")
[error] ^
[error]
/home/jenkins/workspace/SparkPullRequestBuilder/sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala:2781:13:
Reference to uninitialized value LEGACY_PARQUET_INT96_REBASE_MODE_IN_READ
[error] s"${LEGACY_PARQUET_INT96_REBASE_MODE_IN_READ.key}.")
[error] ^
[error] two errors found
```
see https://github.com/apache/spark/pull/30596#issuecomment-738242472
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]