dongjoon-hyun commented on code in PR #198:
URL:
https://github.com/apache/spark-connect-swift/pull/198#discussion_r2145648628
##########
Sources/SparkConnect/relations.pb.swift:
##########
@@ -6770,9 +6710,12 @@ extension Spark_Connect_LocalRelation:
SwiftProtobuf.Message, SwiftProtobuf._Mes
extension Spark_Connect_CachedLocalRelation: SwiftProtobuf.Message,
SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
static let protoMessageName: String = _protobuf_package +
".CachedLocalRelation"
- static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
- 3: .same(proto: "hash"),
- ]
+ static let _protobuf_nameMap = SwiftProtobuf._NameMap(
+ reservedNames: ["userId", "sessionId"],
+ reservedRanges: [1..<3],
+ numberNameMappings: [
+ 3: .same(proto: "hash"),
+ ])
Review Comment:
This is the only non-trivial change.
--
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]