prestodb / presto

The official home of the Presto distributed SQL query engine for big data
http://prestodb.io
Apache License 2.0
15.75k stars 5.28k forks source link

Remove json serialization annotation for `TableWriterNode.UpdateTarget` #23015

Closed hantangwangd closed 11 hours ago

hantangwangd commented 2 weeks ago

Description

UpdateTarget is a subclass of WriterTarget which is used coordinator-only. So there is no need to support serialization for it, referring to CreateName, InsertReference and DeleteHandle etc.

Motivation and Context

Remove unnecessary json serialization annotation

Impact

N/A

Test Plan

Contributor checklist

Release Notes

== NO RELEASE NOTE ==