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

Change getExpectedOrdersTableDescription() back to protected #23022

Closed tanjialiang closed 2 weeks ago

tanjialiang commented 2 weeks ago

Description

presto trunk recently changed the signature of this method getExpectedOrdersTableDescription() and scope it from protected to private. There are subclasses using this API in meta internal, hence changing its scope back to protected.

== NO RELEASE NOTE ==