Skip to content

Commit

Permalink
Python: Remove python directory and references (apache#8695)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajantha-bhat authored Oct 9, 2023
1 parent 9bb7de1 commit 71cddb8
Show file tree
Hide file tree
Showing 175 changed files with 0 additions and 172,520 deletions.
2 changes: 0 additions & 2 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@
/examples export-ignore
/examples/** export-ignore
jitpack.yml export-ignore
/python export-ignore
/python/** export-ignore
/docs export-ignore
/docs/** export-ignore

6 changes: 0 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,6 @@

version: 2
updates:
- package-ecosystem: "pip"
directory: "/python/"
schedule:
interval: "weekly"
day: "sunday"
open-pull-requests-limit: 5
- package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand Down
2 changes: 0 additions & 2 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ API:
- api/**/*
CORE:
- core/**/*
PYTHON:
- python/**/*
PARQUET:
- parquet/**/*
ARROW:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/delta-conversion-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ on:
pull_request:
paths-ignore:
- '.github/ISSUE_TEMPLATE/iceberg_bug_report.yml'
- '.github/workflows/python-ci.yml'
- '.github/workflows/flink-ci.yml'
- '.github/workflows/hive-ci.yml'
- '.gitignore'
Expand All @@ -40,7 +39,6 @@ on:
- 'hive-runtime/**'
- 'flink/**'
- 'pig/**'
- 'python/**'
- 'docs/**'
- 'open-api/**'
- 'format/**'
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/flink-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ on:
pull_request:
paths-ignore:
- '.github/ISSUE_TEMPLATE/iceberg_bug_report.yml'
- '.github/workflows/python-ci.yml'
- '.github/workflows/spark-ci.yml'
- '.github/workflows/hive-ci.yml'
- '.gitignore'
Expand All @@ -40,7 +39,6 @@ on:
- 'hive-runtime/**'
- 'spark/**'
- 'pig/**'
- 'python/**'
- 'docs/**'
- 'open-api/**'
- 'format/**'
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/hive-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ on:
pull_request:
paths-ignore:
- '.github/ISSUE_TEMPLATE/iceberg_bug_report.yml'
- '.github/workflows/python-ci.yml'
- '.github/workflows/spark-ci.yml'
- '.github/workflows/flink-ci.yml'
- '.gitignore'
Expand All @@ -38,7 +37,6 @@ on:
- 'spark/**'
- 'flink/**'
- 'pig/**'
- 'python/**'
- 'docs/**'
- 'open-api/**'
- 'format/**'
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/java-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,12 @@ on:
pull_request:
paths-ignore:
- '.github/ISSUE_TEMPLATE/iceberg_bug_report.yml'
- '.github/workflows/python-ci.yml'
- '.github/workflows/spark-ci.yml'
- '.github/workflows/flink-ci.yml'
- '.github/workflows/hive-ci.yml'
- '.gitignore'
- '.asf.yml'
- 'dev/**'
- 'python/**'
- 'docs/**'
- 'open-api/**'
- 'format/**'
Expand Down
56 changes: 0 additions & 56 deletions .github/workflows/python-ci-docs.yml

This file was deleted.

63 changes: 0 additions & 63 deletions .github/workflows/python-ci.yml

This file was deleted.

53 changes: 0 additions & 53 deletions .github/workflows/python-integration.yml

This file was deleted.

89 changes: 0 additions & 89 deletions .github/workflows/python-release.yml

This file was deleted.

2 changes: 0 additions & 2 deletions .github/workflows/spark-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ on:
pull_request:
paths-ignore:
- '.github/ISSUE_TEMPLATE/iceberg_bug_report.yml'
- '.github/workflows/python-ci.yml'
- '.github/workflows/flink-ci.yml'
- '.github/workflows/hive-ci.yml'
- '.gitignore'
Expand All @@ -40,7 +39,6 @@ on:
- 'hive-runtime/**'
- 'flink/**'
- 'pig/**'
- 'python/**'
- 'docs/**'
- 'open-api/**'
- 'format/**'
Expand Down
9 changes: 0 additions & 9 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,3 @@ metastore_db/
spark-warehouse/
derby.log

# Python stuff
python/.mypy_cache/
python/htmlcov
python/coverage.xml

python/pyiceberg/avro/decoder_fast.c
python/pyiceberg/avro/*.html
python/pyiceberg/avro/*.so

1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
![Iceberg](https://iceberg.apache.org/docs/latest/img/Iceberg-logo.png)

[![](https://github.com/apache/iceberg/actions/workflows/java-ci.yml/badge.svg)](https://github.com/apache/iceberg/actions/workflows/java-ci.yml)
[![](https://github.com/apache/iceberg/actions/workflows/python-ci.yml/badge.svg)](https://github.com/apache/iceberg/actions/workflows/python-ci.yml)
[![Slack](https://img.shields.io/badge/chat-on%20Slack-brightgreen.svg)](https://apache-iceberg.slack.com/)

Iceberg is a high-performance format for huge analytic tables. Iceberg brings the reliability and simplicity of SQL tables to big data, while making it possible for engines like Spark, Trino, Flink, Presto, Hive and Impala to safely work with the same tables, at the same time.
Expand Down
Loading

0 comments on commit 71cddb8

Please sign in to comment.