vibhatha commented on code in PR #13914:
URL: https://github.com/apache/arrow/pull/13914#discussion_r967103871


##########
cpp/src/arrow/engine/substrait/relation_internal.cc:
##########
@@ -34,11 +34,53 @@ namespace arrow {
 namespace engine {
 
 template <typename RelMessage>
-Status CheckRelCommon(const RelMessage& rel) {
+bool HasEmit(const RelMessage& rel) {
+  if (rel.has_common()) {
+    return rel.common().has_emit();

Review Comment:
   Ah my bad, I forgot to remove this. Not used now.



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

Reply via email to