pyspark-connectby 1.0.10__tar.gz → 1.1.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of pyspark-connectby might be problematic. Click here for more details.

@@ -1,9 +1,8 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pyspark-connectby
3
- Version: 1.0.10
3
+ Version: 1.1.0
4
4
  Summary: connectby hierarchy query in spark
5
5
  Author: Chen, Yu
6
- Author-email: cheny@fcc.ca
7
6
  Requires-Python: >=3.7,<4.0
8
7
  Classifier: Programming Language :: Python :: 3
9
8
  Classifier: Programming Language :: Python :: 3.7
@@ -62,7 +61,7 @@ With result:
62
61
  | 113| 1| 3| true| 11| Liu|
63
62
  +------+----------+-----+-----------------+----------+------+
64
63
  ```
65
- Note the peseudocolumns:
64
+ Note the pseudo columns in the query result:
66
65
  - START_WITH
67
66
  - LEVEL
68
67
  - CONNECT_BY_ISLEAF
@@ -46,7 +46,7 @@ With result:
46
46
  | 113| 1| 3| true| 11| Liu|
47
47
  +------+----------+-----+-----------------+----------+------+
48
48
  ```
49
- Note the peseudocolumns:
49
+ Note the pseudo columns in the query result:
50
50
  - START_WITH
51
51
  - LEVEL
52
52
  - CONNECT_BY_ISLEAF
@@ -1,8 +1,8 @@
1
1
  [tool.poetry]
2
2
  name = "pyspark-connectby"
3
- version = "1.0.10"
3
+ version = "1.1.0"
4
4
  description = "connectby hierarchy query in spark"
5
- authors = ["Chen, Yu <cheny@fcc.ca>"]
5
+ authors = ["Chen, Yu"]
6
6
  readme = "README.md"
7
7
  packages = [{include = "pyspark_connectby"}]
8
8