Kent Yao created SPARK-56239:
--------------------------------

             Summary: Fix SQL tab client-side DataTables: default API limit, 
date format, and appId resolution
                 Key: SPARK-56239
                 URL: https://issues.apache.org/jira/browse/SPARK-56239
             Project: Spark
          Issue Type: Sub-task
          Components: SQL
    Affects Versions: 4.2.0
            Reporter: Kent Yao


Followup to SPARK-55875. Three bugs found during testing:

1. SqlResource default length=20 causes SQL tab to show only 20 executions. 
Fix: change default to -1 (unlimited), matching Executors/Environment endpoints.
2. Date format uses toLocaleString() giving inconsistent format vs Jobs/Stages 
pages. Fix: use yyyy-MM-dd HH:mm:ss matching utils.js formatDateString.
3. In standalone mode (no YARN proxy), appId is empty causing 400 Bad Request 
from double-slash URL. Fix: resolve appId from /api/v1/applications.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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

Reply via email to