Skip to content

Commit 76cac25

Browse files
committed
[Native]Fix typo in PrestoServer.h and IcebergOutputTableHandle.hpp.inc
1 parent b89a041 commit 76cac25

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

presto-native-execution/presto_cpp/main/PrestoServer.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,8 @@ class PrestoServer {
172172

173173
/// Invoked to get the ip address of the process. In certain deployment
174174
/// setup, each process has different ip address. Deployment environment
175-
/// may provide there own library to get process specific ip address.
176-
/// In such cases, getLocalIp can be overriden to pass process specific
175+
/// may provide their own library to get process specific ip address.
176+
/// In such cases, getLocalIp can be overridden to pass process specific
177177
/// ip address.
178178
virtual std::string getLocalIp() const;
179179

presto-native-execution/presto_cpp/presto_protocol/connector/iceberg/special/IcebergOutputTableHandle.hpp.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* limitations under the License.
1313
*/
1414

15-
// IcebergInsertTableHandle is special since it needs an usage of
15+
// IcebergOutputTableHandle is special since it needs an usage of
1616
// hive::.
1717

1818
namespace facebook::presto::protocol::iceberg {

0 commit comments

Comments
 (0)