jiayuasu opened a new issue, #2174: URL: https://github.com/apache/sedona/issues/2174
- Replaced direct string concatenation with validated format strings - Used proper SQL escaping (single quote doubling: ' → '') - Implemented numeric-only formatting for bbox coordinates - Used Spark SQL col() and lit() functions for datetime filtering - Applied proper column operations instead of string-based SQL - Added graceful handling of invalid inputs (skip rather than fail) - Prevented information disclosure through error messages -- 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]
