Skip to content

Commit a705fff

Browse files
author
yuzelin
committed
[Build] Refactor project structure and refactor release tools
1 parent 33d5253 commit a705fff

30 files changed

+232
-349
lines changed

MANIFEST.in

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
################################################################################
2+
# Licensed to the Apache Software Foundation (ASF) under one
3+
# or more contributor license agreements. See the NOTICE file
4+
# distributed with this work for additional information
5+
# regarding copyright ownership. The ASF licenses this file
6+
# to you under the Apache License, Version 2.0 (the
7+
# "License"); you may not use this file except in compliance
8+
# with the License. You may obtain a copy of the License at
9+
#
10+
# http://www.apache.org/licenses/LICENSE-2.0
11+
#
12+
# Unless required by applicable law or agreed to in writing, software
13+
# distributed under the License is distributed on an "AS IS" BASIS,
14+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15+
# See the License for the specific language governing permissions and
16+
# limitations under the License.
17+
################################################################################
18+
19+
global-exclude *.py[cod] __pycache__ .DS_Store
20+
recursive-include deps/jars *.jar
21+
include README.md
22+
include LICENSE
23+
include NOTICE

dev/lint-python.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -577,9 +577,6 @@ function tox_check() {
577577
# Ensure the permission of the scripts set correctly
578578
chmod +x $PAIMON_PYTHON_DIR/dev/*
579579

580-
# tox runs codes in virtual env, set var to avoid error
581-
export _PYPAIMON_TOX_TEST="true"
582-
583580
if [[ -n "$GITHUB_ACTION" ]]; then
584581
# Run tests in all versions triggered by a Git push (tests aren't so many currently)
585582
$TOX_PATH -vv -c $PAIMON_PYTHON_DIR/tox.ini --recreate 2>&1 | tee -a $LOG_FILE
File renamed without changes.
File renamed without changes.

pypaimon/py4j/paimon-python-java-bridge/src/main/java/org/apache/paimon/python/BytesWriter.java renamed to paimon-python-java-bridge/src/main/java/org/apache/paimon/python/BytesWriter.java

File renamed without changes.

pypaimon/py4j/paimon-python-java-bridge/src/main/java/org/apache/paimon/python/FileLock.java renamed to paimon-python-java-bridge/src/main/java/org/apache/paimon/python/FileLock.java

File renamed without changes.

pypaimon/py4j/paimon-python-java-bridge/src/main/java/org/apache/paimon/python/InvocationUtil.java renamed to paimon-python-java-bridge/src/main/java/org/apache/paimon/python/InvocationUtil.java

File renamed without changes.

pypaimon/py4j/paimon-python-java-bridge/src/main/java/org/apache/paimon/python/NetUtils.java renamed to paimon-python-java-bridge/src/main/java/org/apache/paimon/python/NetUtils.java

File renamed without changes.

pypaimon/py4j/paimon-python-java-bridge/src/main/java/org/apache/paimon/python/ParallelBytesReader.java renamed to paimon-python-java-bridge/src/main/java/org/apache/paimon/python/ParallelBytesReader.java

File renamed without changes.

pypaimon/py4j/paimon-python-java-bridge/src/main/java/org/apache/paimon/python/PredicationUtil.java renamed to paimon-python-java-bridge/src/main/java/org/apache/paimon/python/PredicationUtil.java

File renamed without changes.

0 commit comments

Comments
 (0)