This is an automated email from the ASF dual-hosted git repository.

laiyingchun pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pegasus.git


    from d17f1ff40 refactor(log): use LOG_ERROR_F instead of LOG_ERROR (2/2) 
(#1320)
     add 831fb5c43 refactor(idl): unify the *.thrift files used by cpp and 
python-client (#1317)

No new revisions were added by this update.

Summary of changes:
 .github/workflows/test_python-client.yml           |    8 +-
 .licenserc.yaml                                    |    1 +
 idl/dsn.layer2.thrift                              |    1 +
 idl/dsn.thrift                                     |    1 +
 idl/rrdb.thrift                                    |   17 +-
 python-client/README.md                            |    9 +-
 python-client/idl/base.thrift                      |   43 -
 python-client/idl/replication.thrift               |   60 -
 python-client/idl/rrdb.thrift                      |  294 --
 python-client/pypegasus/__init__.py                |    2 +-
 python-client/pypegasus/base/constants.py          |   15 +-
 python-client/pypegasus/base/ttypes.py             |   10 +-
 python-client/pypegasus/replication/__init__.py    |   18 -
 python-client/pypegasus/replication/constants.py   |   28 -
 python-client/pypegasus/replication/replication.py |   23 -
 python-client/pypegasus/replication/ttypes.py      |  533 ----
 python-client/pypegasus/rrdb/__init__.py           |   18 -
 python-client/pypegasus/rrdb/constants.py          |   28 -
 python-client/pypegasus/rrdb/meta.py               |  258 --
 python-client/pypegasus/rrdb/rrdb.py               | 2625 ------------------
 python-client/pypegasus/rrdb/ttypes.py             | 2824 --------------------
 python-client/requirement.txt                      |    5 +
 python-client/sample.py                            |    2 +-
 python-client/setup.py                             |    4 +-
 python-client/test.sh                              |   11 +-
 25 files changed, 50 insertions(+), 6788 deletions(-)
 delete mode 100644 python-client/idl/base.thrift
 delete mode 100644 python-client/idl/replication.thrift
 delete mode 100644 python-client/idl/rrdb.thrift
 delete mode 100644 python-client/pypegasus/replication/__init__.py
 delete mode 100644 python-client/pypegasus/replication/constants.py
 delete mode 100644 python-client/pypegasus/replication/replication.py
 delete mode 100644 python-client/pypegasus/replication/ttypes.py
 delete mode 100644 python-client/pypegasus/rrdb/__init__.py
 delete mode 100644 python-client/pypegasus/rrdb/constants.py
 delete mode 100644 python-client/pypegasus/rrdb/meta.py
 delete mode 100644 python-client/pypegasus/rrdb/rrdb.py
 delete mode 100644 python-client/pypegasus/rrdb/ttypes.py
 create mode 100644 python-client/requirement.txt


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to