Reamer commented on PR #4875:
URL: https://github.com/apache/zeppelin/pull/4875#issuecomment-2422543320

   I am currently testing with Spark version 3.5 and the tests are running 
except for one.
   ```
   Error:  Failures: 
   Error:    LivyInterpreterIT.testPySparkInterpreter:407 %text 'JavaPackage' 
object is not callable
   Traceback (most recent call last):
     File 
"/home/runner/work/zeppelin/zeppelin/spark-3.5.3-bin-hadoop3/python/lib/pyspark.zip/pyspark/sql/session.py",
 line 1444, in createDataFrame
       data, schema, samplingRatio, verifySchema  # type: ignore[arg-type]
     File 
"/home/runner/work/zeppelin/zeppelin/spark-3.5.3-bin-hadoop3/python/lib/pyspark.zip/pyspark/sql/session.py",
 line 1485, in _create_dataframe
       rdd, struct = self._createFromLocal(map(prepare, data), schema)
     File 
"/home/runner/work/zeppelin/zeppelin/spark-3.5.3-bin-hadoop3/python/lib/pyspark.zip/pyspark/sql/session.py",
 line 1093, in _createFromLocal
       struct = self._inferSchemaFromList(data, names=schema)
     File 
"/home/runner/work/zeppelin/zeppelin/spark-3.5.3-bin-hadoop3/python/lib/pyspark.zip/pyspark/sql/session.py",
 line 954, in _inferSchemaFromList
       prefer_timestamp_ntz = is_timestamp_ntz_preferred()
     File 
"/home/runner/work/zeppelin/zeppelin/spark-3.5.3-bin-hadoop3/python/lib/pyspark.zip/pyspark/sql/utils.py",
 line 153, in is_timestamp_ntz_preferred
       return jvm is not None and jvm.PythonSQLUtils.isTimestampNTZPreferred()
   TypeError: 'JavaPackage' object is not callable
    ==> expected: <SUCCESS> but was: <ERROR>
    ```


-- 
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]

Reply via email to