opensearch-project/opensearch-spark

Pass err message during query result write

Open

#1,017 opened on Jan 10, 2025

View on GitHub
 (1 comment) (0 reactions) (0 assignees)Scala (55 forks)auto 404
catch-all acknowledgedenhancementgood first issue

Repository metrics

Stars
 (43 stars)
PR merge metrics
 (PR metrics pending)

Description

Is your feature request related to a problem?

https://github.com/opensearch-project/opensearch-spark/blob/main/spark-sql-application/src/main/scala/org/apache/spark/sql/FlintREPL.scala#L586C15-L611

The current implementaion of finalizeCommand only logs error. People has no visibility on it from the flintStatement data model.

Contributor guide