Reject transformations on SubDataFrame with copycols=false#3522
Reject transformations on SubDataFrame with copycols=false#3522bkamins merged 10 commits intoJuliaData:mainfrom
Conversation
|
Fixes #3515 |
bkamins
left a comment
There was a problem hiding this comment.
Thank you for the PR. It catches a bug that we have. I have left some suggestions.
e4f6745 to
3ab53c7
Compare
|
Thanks for pointing that out — you’re absolutely right. I’ve removed all layout-only changes and reverted the file to upstream formatting. Please let me know if this looks good now. |
|
Thank you! I added one small suggestion. Otherwise it looks good. Do you know why nightly fails? |
Co-authored-by: Bogumił Kamiński <bkamins@sgh.waw.pl>
|
Thank you for the review and the suggestion — I’ve applied it. I’m not sure yet why nightly fails. I’ll investigate the nightly logs locally and report back once I understand the cause. |
|
OK - I understand that |
bkamins
left a comment
There was a problem hiding this comment.
Looks good. Thank you! The nightly fail is unrelated.
Co-authored-by: Milan Bouchet-Valat <nalimilan@club.fr>
Co-authored-by: Milan Bouchet-Valat <nalimilan@club.fr>
Co-authored-by: Milan Bouchet-Valat <nalimilan@club.fr>
ae7dacd to
1964644
Compare
|
Hi, I think you accenditenally run some autoformatter. I requested to fix just one place where indentation was incorrect. Could you please revert last commit and just fix the indentation in the PR? Thank you! |
346bc91 to
a04f14b
Compare
|
The changes are not reverted |
a04f14b to
1964644
Compare
|
I have reset the branch to commit 1964644 and ensured only the intended indentation structure is present. |
|
Thank you! |
This PR rejects transformations on SubDataFrame when copycols=false and adds a regression test ensuring a clear ArgumentError mentioning copycols=false