andygrove merged PR #750:
URL: https://github.com/apache/datafusion-python/pull/750
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: github-unsubscr...@d
timsaucer commented on code in PR #750:
URL: https://github.com/apache/datafusion-python/pull/750#discussion_r1680924433
##
benchmarks/db-benchmark/join-datafusion.py:
##
@@ -74,7 +74,8 @@ def ans_shape(batches):
ctx = df.SessionContext()
print(ctx)
-# TODO we should be appl
timsaucer commented on code in PR #750:
URL: https://github.com/apache/datafusion-python/pull/750#discussion_r1680924793
##
python/datafusion/__init__.py:
##
@@ -15,206 +15,74 @@
# specific language governing permissions and limitations
# under the License.
-from abc import
Michael-J-Ward commented on code in PR #750:
URL: https://github.com/apache/datafusion-python/pull/750#discussion_r1680305302
##
benchmarks/db-benchmark/join-datafusion.py:
##
@@ -74,7 +74,8 @@ def ans_shape(batches):
ctx = df.SessionContext()
print(ctx)
-# TODO we should be
Michael-J-Ward commented on code in PR #750:
URL: https://github.com/apache/datafusion-python/pull/750#discussion_r1680305302
##
benchmarks/db-benchmark/join-datafusion.py:
##
@@ -74,7 +74,8 @@ def ans_shape(batches):
ctx = df.SessionContext()
print(ctx)
-# TODO we should be
Michael-J-Ward commented on code in PR #750:
URL: https://github.com/apache/datafusion-python/pull/750#discussion_r1680309889
##
python/datafusion/__init__.py:
##
@@ -15,206 +15,74 @@
# specific language governing permissions and limitations
# under the License.
-from abc im
timsaucer commented on PR #750:
URL:
https://github.com/apache/datafusion-python/pull/750#issuecomment-2232207709
Added a temporary work around for CI issues and added an issue to fix once
the upstream is resolved. https://github.com/apache/datafusion-python/issues/763
--
This is an auto
kylebarron commented on PR #750:
URL:
https://github.com/apache/datafusion-python/pull/750#issuecomment-2229872515
> I am currently testing mkdocs per @kylebarron recommendation.
Given that this project is currently using sphinx for documentation, it
would be a pretty big change to m
timsaucer commented on PR #750:
URL:
https://github.com/apache/datafusion-python/pull/750#issuecomment-2228513066
Updated all docstrings to match google format and added line length check
into pre-commit configuration. The only thing I have left on my TODO list is
updating the documentatio
timsaucer commented on code in PR #750:
URL: https://github.com/apache/datafusion-python/pull/750#discussion_r1676818082
##
python/datafusion/context.py:
##
@@ -0,0 +1,1167 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements
timsaucer commented on code in PR #750:
URL: https://github.com/apache/datafusion-python/pull/750#discussion_r1676816902
##
python/datafusion/functions.py:
##
@@ -15,9 +15,1731 @@
# specific language governing permissions and limitations
# under the License.
+from __future__
timsaucer commented on code in PR #750:
URL: https://github.com/apache/datafusion-python/pull/750#discussion_r1676814428
##
python/datafusion/record_batch.py:
##
@@ -0,0 +1,52 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreeme
timsaucer commented on code in PR #750:
URL: https://github.com/apache/datafusion-python/pull/750#discussion_r1676814381
##
python/datafusion/record_batch.py:
##
@@ -0,0 +1,52 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreeme
timsaucer commented on code in PR #750:
URL: https://github.com/apache/datafusion-python/pull/750#discussion_r1676813966
##
python/datafusion/substrait.py:
##
@@ -15,9 +15,156 @@
# specific language governing permissions and limitations
# under the License.
+from __future__
timsaucer commented on code in PR #750:
URL: https://github.com/apache/datafusion-python/pull/750#discussion_r1675874679
##
python/datafusion/context.py:
##
@@ -0,0 +1,1167 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements
timsaucer commented on code in PR #750:
URL: https://github.com/apache/datafusion-python/pull/750#discussion_r1675874142
##
python/datafusion/context.py:
##
@@ -0,0 +1,1167 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements
timsaucer commented on code in PR #750:
URL: https://github.com/apache/datafusion-python/pull/750#discussion_r1675873313
##
python/datafusion/substrait.py:
##
@@ -15,9 +15,156 @@
# specific language governing permissions and limitations
# under the License.
+from __future__
timsaucer commented on code in PR #750:
URL: https://github.com/apache/datafusion-python/pull/750#discussion_r1675871415
##
python/datafusion/context.py:
##
@@ -0,0 +1,1167 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements
timsaucer commented on code in PR #750:
URL: https://github.com/apache/datafusion-python/pull/750#discussion_r1675870247
##
python/datafusion/context.py:
##
@@ -0,0 +1,1167 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements
timsaucer commented on code in PR #750:
URL: https://github.com/apache/datafusion-python/pull/750#discussion_r1675856084
##
python/datafusion/substrait.py:
##
@@ -15,9 +15,156 @@
# specific language governing permissions and limitations
# under the License.
+from __future__
timsaucer commented on code in PR #750:
URL: https://github.com/apache/datafusion-python/pull/750#discussion_r1675852887
##
python/datafusion/udf.py:
##
@@ -0,0 +1,62 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See
datapythonista commented on PR #750:
URL:
https://github.com/apache/datafusion-python/pull/750#issuecomment-2224424124
Thanks @simicd, this is very helpful. I was assuming they'd use the
`__doc__` attribute, but seems like VS Code is internally using pylance which
is static code analyzer a
simicd commented on PR #750:
URL:
https://github.com/apache/datafusion-python/pull/750#issuecomment-2223422816
Of course, here's what VS Code displays when hovering over it
Dataframe:
]
#[allow(clippy::upper_case_acronyms)]
#[derive(De
timsaucer commented on PR #750:
URL:
https://github.com/apache/datafusion-python/pull/750#issuecomment-2220507454
It's a well made point @datapythonista and maintainability is definitely a
concern.
I would argue that going with a `.pyi` file approach is **worse** for
maintainability
timsaucer commented on code in PR #750:
URL: https://github.com/apache/datafusion-python/pull/750#discussion_r1672230398
##
python/datafusion/expr.py:
##
@@ -15,9 +15,256 @@
# specific language governing permissions and limitations
# under the License.
+from __future__ impor
datapythonista commented on PR #750:
URL:
https://github.com/apache/datafusion-python/pull/750#issuecomment-2219816929
This looks great in terms of functionality, but I personally don't think
it's worth to have wrappers for every DataFusion functionality just for the
types and the docs. Af
Michael-J-Ward commented on code in PR #750:
URL: https://github.com/apache/datafusion-python/pull/750#discussion_r1671263993
##
python/datafusion/functions.py:
##
@@ -15,9 +15,1731 @@
# specific language governing permissions and limitations
# under the License.
+from __fut
Throne3d commented on code in PR #750:
URL: https://github.com/apache/datafusion-python/pull/750#discussion_r1671173527
##
python/datafusion/functions.py:
##
@@ -15,9 +15,1731 @@
# specific language governing permissions and limitations
# under the License.
+from __future__
Throne3d commented on code in PR #750:
URL: https://github.com/apache/datafusion-python/pull/750#discussion_r1671180646
##
python/datafusion/functions.py:
##
@@ -15,9 +15,1731 @@
# specific language governing permissions and limitations
# under the License.
+from __future__
Throne3d commented on code in PR #750:
URL: https://github.com/apache/datafusion-python/pull/750#discussion_r1671173527
##
python/datafusion/functions.py:
##
@@ -15,9 +15,1731 @@
# specific language governing permissions and limitations
# under the License.
+from __future__
Throne3d commented on code in PR #750:
URL: https://github.com/apache/datafusion-python/pull/750#discussion_r1671173527
##
python/datafusion/functions.py:
##
@@ -15,9 +15,1731 @@
# specific language governing permissions and limitations
# under the License.
+from __future__
slyons commented on code in PR #750:
URL: https://github.com/apache/datafusion-python/pull/750#discussion_r1671038077
##
python/datafusion/context.py:
##
@@ -0,0 +1,1167 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.
timsaucer commented on code in PR #750:
URL: https://github.com/apache/datafusion-python/pull/750#discussion_r1670896802
##
python/datafusion/expr.py:
##
@@ -15,9 +15,256 @@
# specific language governing permissions and limitations
# under the License.
+from __future__ impor
max-muoto commented on code in PR #750:
URL: https://github.com/apache/datafusion-python/pull/750#discussion_r1670892929
##
python/datafusion/expr.py:
##
@@ -15,9 +15,256 @@
# specific language governing permissions and limitations
# under the License.
+from __future__ impor
emgeee commented on code in PR #750:
URL: https://github.com/apache/datafusion-python/pull/750#discussion_r1670891866
##
python/datafusion/expr.py:
##
@@ -15,9 +15,256 @@
# specific language governing permissions and limitations
# under the License.
+from __future__ import a
max-muoto commented on code in PR #750:
URL: https://github.com/apache/datafusion-python/pull/750#discussion_r1670834793
##
python/datafusion/context.py:
##
@@ -0,0 +1,1167 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements
max-muoto commented on code in PR #750:
URL: https://github.com/apache/datafusion-python/pull/750#discussion_r1670834793
##
python/datafusion/context.py:
##
@@ -0,0 +1,1167 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements
timsaucer commented on code in PR #750:
URL: https://github.com/apache/datafusion-python/pull/750#discussion_r1670825912
##
python/datafusion/expr.py:
##
@@ -15,9 +15,256 @@
# specific language governing permissions and limitations
# under the License.
+from __future__ impor
timsaucer commented on code in PR #750:
URL: https://github.com/apache/datafusion-python/pull/750#discussion_r1670823051
##
python/datafusion/udf.py:
##
@@ -0,0 +1,62 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See
max-muoto commented on code in PR #750:
URL: https://github.com/apache/datafusion-python/pull/750#discussion_r1670778616
##
python/datafusion/record_batch.py:
##
@@ -0,0 +1,52 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreeme
max-muoto commented on code in PR #750:
URL: https://github.com/apache/datafusion-python/pull/750#discussion_r1670779264
##
python/datafusion/expr.py:
##
@@ -15,9 +15,256 @@
# specific language governing permissions and limitations
# under the License.
+from __future__ impor
max-muoto commented on code in PR #750:
URL: https://github.com/apache/datafusion-python/pull/750#discussion_r1670778616
##
python/datafusion/record_batch.py:
##
@@ -0,0 +1,52 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreeme
max-muoto commented on code in PR #750:
URL: https://github.com/apache/datafusion-python/pull/750#discussion_r1670771945
##
python/datafusion/record_batch.py:
##
@@ -0,0 +1,52 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreeme
max-muoto commented on code in PR #750:
URL: https://github.com/apache/datafusion-python/pull/750#discussion_r1670758586
##
python/datafusion/udf.py:
##
@@ -0,0 +1,62 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See
max-muoto commented on code in PR #750:
URL: https://github.com/apache/datafusion-python/pull/750#discussion_r1670758586
##
python/datafusion/udf.py:
##
@@ -0,0 +1,62 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See
andygrove commented on PR #750:
URL:
https://github.com/apache/datafusion-python/pull/750#issuecomment-2217977268
@jdye64 @charlesbluca fyi
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the sp
timsaucer opened a new pull request, #750:
URL: https://github.com/apache/datafusion-python/pull/750
# Which issue does this PR close?
Closes #749.
# Rationale for this change
As described the the [issue linked
above](https://github.com/apache/datafusion-python/issues/7
61 matches
Mail list logo