-
Notifications
You must be signed in to change notification settings - Fork 358
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Introduce column_scols in InternalFrame substitude for data_columns. #956
Conversation
great work! maybe would it be better to pause my underway works until this PR will be merged? |
Codecov Report
@@ Coverage Diff @@
## master #956 +/- ##
==========================================
- Coverage 94.83% 92.36% -2.48%
==========================================
Files 34 34
Lines 6640 6652 +12
==========================================
- Hits 6297 6144 -153
- Misses 343 508 +165
Continue to review full report at Codecov.
|
@@ -381,10 +381,10 @@ class _InternalFrame(object): | |||
|
|||
def __init__(self, sdf: spark.DataFrame, | |||
index_map: Optional[List[IndexMap]] = None, | |||
scol: Optional[spark.Column] = None, | |||
data_columns: Optional[List[str]] = None, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
Softagram Impact Report for pull/956 (head commit: 5aa74b7)⭐ Change Overview
⭐ Details of Dependency Changes
💡 Insights
📄 Full report
Impact Report explained. Give feedback on this report to [email protected] |
Test failure seems unrelated. I will track and fix separately. |
No description provided.