jiayuasu opened a new issue, #2643:
URL: https://github.com/apache/sedona/issues/2643
When initializing the SedonaContext, the process can take over a minute to
complete. During this time, the only output is a generic logging warning. There
is no progress bar or status update to inform the user that a lengthy setup is
in progress, making it appear as if the application has frozen or crashed. This
creates a poor and confusing user experience.
**Steps to Reproduce:**
1. Run the following Python code in a new session:Python
`config = SedonaContext.builder().getOrCreate()
sedona = SedonaContext.create(config)`
2. Observe the immediate output and note the total time it takes for the
cell execution to complete.
Expected Behavior:
The user should see a clear message indicating that the SedonaContext is
being initialized, along with a progress indicator (like a progress bar or
status updates) if the process is expected to take more than a few seconds.
We can have something like this a rotating earth
<img width="430" height="63" alt="Image"
src="https://github.com/user-attachments/assets/27c82d48-ed85-4809-a2fb-f5443186ee81"
/>
--
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]