[JBoss JIRA] (TEIID-4572) Grouping by and faceted search for Solr tranlator
by Steven Hawkins (JIRA)
[ https://issues.jboss.org/browse/TEIID-4572?page=com.atlassian.jira.plugin... ]
Steven Hawkins reassigned TEIID-4572:
-------------------------------------
Component/s: Misc. Connectors
Fix Version/s: Open To Community
Assignee: (was: Steven Hawkins)
> Grouping by and faceted search for Solr tranlator
> -------------------------------------------------
>
> Key: TEIID-4572
> URL: https://issues.jboss.org/browse/TEIID-4572
> Project: Teiid
> Issue Type: Enhancement
> Components: Misc. Connectors
> Reporter: Hend Amin
> Fix For: Open To Community
>
>
> Currently group by is not supported for Solr translator. For example:
> select x,y, count\(*) from solr_core group by x,y; the corresponding Solr request does not contain group by.
> Please add group by and faceted search support for Solr translator.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 4 months
[JBoss JIRA] (TEIID-4576) Do not get rid of an excepiton in BasicCryptor.decrypt()
by Steven Hawkins (JIRA)
[ https://issues.jboss.org/browse/TEIID-4576?page=com.atlassian.jira.plugin... ]
Steven Hawkins commented on TEIID-4576:
---------------------------------------
>From the case it looks like this affects 8.7, not 8.12. Do we know the exact client and server versions that are affected here?
An exception like this is never expected. It is doubtful that the stacktrace will reveal more information about what has occurred, thus the pull request has been closed. We could look at logging the underlying exception before throwing a new one, but I'd like to get more information on the actual issue first.
A similar issue was reported with https://developer.jboss.org/thread/221232 but did not seem to occur for the user with later versions - and involved the sealed object logic that should not be used here.
> Do not get rid of an excepiton in BasicCryptor.decrypt()
> --------------------------------------------------------
>
> Key: TEIID-4576
> URL: https://issues.jboss.org/browse/TEIID-4576
> Project: Teiid
> Issue Type: Feature Request
> Components: Common
> Affects Versions: 8.12.6.6_3
> Reporter: Hisanobu Okuda
> Assignee: Steven Hawkins
>
> org.teiid.core.crypto.BasicCryptor.decrypt() disposes of an exception which is caught there, but it is necessary for investigation when an error occurs.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 4 months
[JBoss JIRA] (TEIID-4576) Do not get rid of an excepiton in BasicCryptor.decrypt()
by Hisanobu Okuda (JIRA)
Hisanobu Okuda created TEIID-4576:
-------------------------------------
Summary: Do not get rid of an excepiton in BasicCryptor.decrypt()
Key: TEIID-4576
URL: https://issues.jboss.org/browse/TEIID-4576
Project: Teiid
Issue Type: Feature Request
Components: Common
Affects Versions: 8.12.6.6_3
Reporter: Hisanobu Okuda
Assignee: Steven Hawkins
org.teiid.core.crypto.BasicCryptor.decrypt() disposes of an exception which is caught there, but it is necessary for investigation when an error occurs.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 4 months