Aklakan commented on code in PR #2925:
URL: https://github.com/apache/jena/pull/2925#discussion_r1915125501


##########
jena-arq/src/main/java/org/apache/jena/query/Query.java:
##########
@@ -98,7 +98,7 @@ public class Query extends Prologue implements Cloneable, 
Printable
     public static final int ORDER_UNKNOW              = -3 ;
 
     // VALUES trailing clause
-    protected TableData valuesDataBlock = null ;
+    protected TableN valuesDataBlock = null ;

Review Comment:
   Ok, so I'll change back to TableData and update the test case to expect 
failure when trying to modify the rows of a queries valuesDataBlock directly.



-- 
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]

Reply via email to