Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.4.4
Description
This is a continuation of the following performance improvement:
https://issues.apache.org/jira/browse/SPARK-48967
By pushing the early evaluation of `UnresolvedUnlineTables` into `LocalRelation (whenever possible) in `visitInlineTable` of the AstBuilder we can get the benefits of the aforementioned ticket not only in `INSERT INTO ... VALUES` statements but in every statement that can contain the `VALUES()` clause.
Attachments
Issue Links
- links to