Gyeongtae Park created ZEPPELIN-6280:
----------------------------------------
Summary: Remove unused LivyPySpark3Interpreter class
Key: ZEPPELIN-6280
URL: https://issues.apache.org/jira/browse/ZEPPELIN-6280
Project: Zeppelin
Issue Type: Improvement
Reporter: Gyeongtae Park
Assignee: yeonkyung Ryu
Fix For: 1.0.0, 0.12.1, 0.13.0
The file
{{zeppelin/livy/src/main/java/org/apache/zeppelin/livy/LivyPySpark3Interpreter.java}}
contains the {{LivyPySpark3Interpreter}} class, which is no longer referenced
or used anywhere in the codebase.
After reviewing the repository, there are no references to this class in the
Zeppelin code, tests, or documentation. It appears to be a leftover from an
earlier implementation and can be safely removed to reduce code maintenance
overhead and avoid confusion.
*Proposed Change:*
* Remove
{{zeppelin/livy/src/main/java/org/apache/zeppelin/livy/LivyPySpark3Interpreter.java}}
from the codebase.
*Rationale:*
* The class is unused and provides no functional value.
* Removing unused code helps maintain project cleanliness and reduces the risk
of confusion for future contributors.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)