You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "Shilun Fan (Jira)" <ji...@apache.org> on 2023/03/04 08:38:00 UTC

[jira] [Created] (HUDI-5876) Remove usage of deprecated TableConfig.

Shilun Fan created HUDI-5876:
--------------------------------

             Summary: Remove usage of deprecated TableConfig.
                 Key: HUDI-5876
                 URL: https://issues.apache.org/jira/browse/HUDI-5876
             Project: Apache Hudi
          Issue Type: Improvement
            Reporter: Shilun Fan
            Assignee: Shilun Fan


This is a small change, I found out that SortOperatorGen initializes TableConfig using deprecated method. Use recommended methods to improve.

TableConfig

/** Please use \{@link TableConfig#getDefault()} instead. */
@Deprecated
public TableConfig() {}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)