[
https://issues.apache.org/jira/browse/SPARK-55479?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Manu Zhang updated SPARK-55479:
-------------------------------
Description:
For example, these constants don't follow naming convention and can be private.
{code:java}
case object SparkShreddingUtils {
val VariantValueFieldName = "value";
val TypedValueFieldName = "typed_value";
val MetadataFieldName = "metadata";
...
}{code}
was:
For example,
{code:java}
case object SparkShreddingUtils {
val VariantValueFieldName = "value";
val TypedValueFieldName = "typed_value";
val MetadataFieldName = "metadata";
...
}{code}
> Fix style issues in SparkShreddingUtils
> ---------------------------------------
>
> Key: SPARK-55479
> URL: https://issues.apache.org/jira/browse/SPARK-55479
> Project: Spark
> Issue Type: Improvement
> Components: SQL
> Affects Versions: 4.2.0
> Reporter: Manu Zhang
> Priority: Minor
>
> For example, these constants don't follow naming convention and can be
> private.
> {code:java}
> case object SparkShreddingUtils {
> val VariantValueFieldName = "value";
> val TypedValueFieldName = "typed_value";
> val MetadataFieldName = "metadata";
> ...
> }{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]