Yicong-Huang commented on code in PR #54533:
URL: https://github.com/apache/spark/pull/54533#discussion_r2867163677


##########
python/benchmarks/__init__.py:
##########
@@ -14,3 +14,8 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 #
+
+import os
+import sys
+
+sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), 
"..")))

Review Comment:
   Thanks! I've tested the editable mode and the without `--python=same`, both 
method work! I've removed the hack in `__init__.py`.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to