Shardul Mahadik
Shardul Mahadik
Any progress on this? I was thinking about this and was able to come up with a quick hack, the problem is compatibility though. ```python def clear(self): num_lines = ceil((num_chars_in_frame...
Is this being worked on? I think the simplest (but not so user-friendly) solution can be logging in manually in the browser and saving the cookie to a file, then...
I am not able to reproduce this issue. I used LiveShare and the highlighting works as expected. Perhaps this is the same issue as #40 in which highlighted regions become...
Can you elaborate more with some examples of your scenario? Based on what I understand till now, this issue not really related to #21, which was more about `deleteModifiedLinesOnly` not...
@caican00 Do you think this PR is ready for another round of review? In our organization, we have seen a number of users impacted by this after migration to DSv2,...
Hey @caican00! Haven't seen an update from your side in the last few months. Are you still interested in contributing this patch to Spark?
@aokolnychyi We have this use case too > job planning for queries with predicates only on sort key in partitioned tables where distributed job planning can be helpful. I think...
Thanks @szehon-ho for this! This is really useful for `SELECT` statements. However we also have `UPDATE` and `DELETE` statements which can lead to a scans. Should we also add also...
Thanks @szehon-ho! I think there may be an interesting discussion here. E.g. consider the `DELETE` statement with some options passed ``` DELETE FROM tbl WITH ('split-size' = 5) WHERE id...