[ 
https://issues.apache.org/jira/browse/DRILL-7711?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17087590#comment-17087590
 ] 

ASF GitHub Bot commented on DRILL-7711:
---------------------------------------

arina-ielchiieva commented on a change in pull request #2062:
URL: https://github.com/apache/drill/pull/2062#discussion_r411270071



##########
File path: 
contrib/storage-http/src/main/java/org/apache/drill/exec/store/http/filter/ConstantHolder.java
##########
@@ -375,7 +375,10 @@ public int compareTo(ConstantHolder other) {
     case VARDECIMAL:
       return ((BigDecimal) value).compareTo((BigDecimal) other.value);
     default:
-      throw new UnsupportedOperationException();
+      throw new UnsupportedOperationException(
+          String.format(
+              "Unsupported comparison bewteen types %s and %s. Convert values 
first.",

Review comment:
       ```suggestion
                 "Unsupported comparison between types %s and %s. Convert 
values first.",
   ```




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

For queries about this service, please contact Infrastructure at:
[email protected]


> Add data path, parameter filter pushdown to HTTP plugin
> -------------------------------------------------------
>
>                 Key: DRILL-7711
>                 URL: https://issues.apache.org/jira/browse/DRILL-7711
>             Project: Apache Drill
>          Issue Type: Improvement
>    Affects Versions: 1.18.0
>            Reporter: Paul Rogers
>            Assignee: Paul Rogers
>            Priority: Major
>             Fix For: 1.18.0
>
>
> Add to the new HTTP plugin two new features:
>  * The ability to express a path to the data to avoid having to work with 
> complex message objects in SQL.
>  * The ability to specify HTTP parameters using filter push-downs from SQL.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to