MaxGekk commented on code in PR #40198:
URL: https://github.com/apache/spark/pull/40198#discussion_r1119536155
##########
core/src/main/resources/error/error-classes.json:
##########
@@ -1041,7 +1041,7 @@
},
"INVALID_TEMP_OBJ_REFERENCE" : {
"message" : [
- "Cannot create a persistent <obj> <objName> by referencing a temporary
<tempObj> <tempObjName>. Please make the temporary <tempObj> persistent, or
make the persistent <obj> temporary."
+ "Cannot create a persistent object <objName> of type <obj> because it
references a temporary object <tempObjName> of type <tempObj>. Please make the
temporary object <tempObjName> persistent, or make the persistent object
<objName> temporary."
Review Comment:
```suggestion
"Cannot create the persistent object <objName> of the type <obj>
because it references to the temporary object <tempObjName> of the type
<tempObj>. Please, make the temporary object <tempObjName> persistent, or make
the persistent object <objName> temporary."
```
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]