zhengruifeng commented on PR #40750:
URL: https://github.com/apache/spark/pull/40750#issuecomment-1505080460
ok, on second thought, I think we should narrow this PR to abbreviation only.
I think we can support redaction in this approach in the future:
```
{
...
case (field: FieldDescriptor, relation: proto.LocalRelation)
if field.getJavaType == FieldDescriptor.JavaType.MESSAGE &&
relation != null =>
builder.setField(field, redactLocalRelation(relation))
...
}
private def redactLocalRelation(relation: proto.LocalRelation):
proto.LocalRelation = {
....
}
```
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]