[JBoss JIRA] (TEIIDSB-213) We have strange behavior with aliases
by Steven Hawkins (Jira)
[ https://issues.redhat.com/browse/TEIIDSB-213?page=com.atlassian.jira.plug... ]
Steven Hawkins reassigned TEIIDSB-213:
--------------------------------------
Assignee: Steven Hawkins
> We have strange behavior with aliases
> -------------------------------------
>
> Key: TEIIDSB-213
> URL: https://issues.redhat.com/browse/TEIIDSB-213
> Project: Teiid Spring Boot
> Issue Type: Bug
> Components: datasource
> Reporter: Renat Eskenin
> Assignee: Steven Hawkins
> Priority: Major
> Attachments: Снимок экрана от 2020-06-26 12-37-40.png, Снимок экрана от 2020-06-26 12-38-04.png
>
>
> We have two SOQL
> SELECT ArticleNumber,Id,KnowledgeArticleId,Language FROM Regular_Articles__kav WHERE Language = 'it' LIMIT 5
>
> SELECT a.ArticleNumber,a.Id,a.KnowledgeArticleId,a.Language FROM Regular_Articles__kav a WHERE a.Language = 'it' LIMIT 5
> This SOQL requests get different responses from SF because in second request we have alias for table.
> It is mystics from SF (we made bug in sf)
> How we can call
> SELECT ArticleNumber,Id,KnowledgeArticleId,Language FROM Regular_Articles__kav WHERE Language = 'it' LIMIT 5
> in Teiid without aliases?
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 6 months
[JBoss JIRA] (TEIID-5987) salesforce self join involving implicit null check on parentid field not working
by Steven Hawkins (Jira)
Steven Hawkins created TEIID-5987:
-------------------------------------
Summary: salesforce self join involving implicit null check on parentid field not working
Key: TEIID-5987
URL: https://issues.redhat.com/browse/TEIID-5987
Project: Teiid
Issue Type: Bug
Reporter: Steven Hawkins
Assignee: Steven Hawkins
I'm not sure about the full scope of this issue. In testing TEIIDSB-213 I can see that a query such as:
select a1.id from Account a1 inner join account a2 on a1.parentid = a2.id
which results in the source query with the implicit null check:
SELECT Id FROM Account WHERE ParentId != NULL
actually returns results, but no are expected.
The explicit non-join query query
select a1.id from Account a1 where a1.parentid is not null
result in:
SELECT Id FROM Account WHERE ParentId != NULL
but returns no results
So there is something in the join handling that is not working as expected.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 6 months
[JBoss JIRA] (TEIIDSB-126) Provide source support Amazon SimpleDB
by Steven Hawkins (Jira)
[ https://issues.redhat.com/browse/TEIIDSB-126?focusedWorklogId=12451722&pa... ]
Steven Hawkins logged work on TEIIDSB-126:
------------------------------------------
Author: Steven Hawkins
Created on: 13/Jul/20 8:16 AM
Start Date: 13/Jul/20 8:15 AM
Worklog Time Spent: 3 hours
Work Description: Time spent reviewing and updating the wildfly modules.
Issue Time Tracking
-------------------
Remaining Estimate: 1 hour (was: 4 hours)
Time Spent: 3 hours
Worklog Id: (was: 12451722)
> Provide source support Amazon SimpleDB
> --------------------------------------
>
> Key: TEIIDSB-126
> URL: https://issues.redhat.com/browse/TEIIDSB-126
> Project: Teiid Spring Boot
> Issue Type: Feature Request
> Components: datasource
> Reporter: Ramesh Reddy
> Assignee: Mudit Jain
> Priority: Major
> Original Estimate: 4 hours
> Time Spent: 3 hours
> Remaining Estimate: 1 hour
>
> Provide translator support for Amazon SimpleDB
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 6 months
[JBoss JIRA] (TEIID-4594) Add ability to read Parquet Files
by Steven Hawkins (Jira)
[ https://issues.redhat.com/browse/TEIID-4594?page=com.atlassian.jira.plugi... ]
Steven Hawkins commented on TEIID-4594:
---------------------------------------
> What do you mean by this Steven Hawkins? The first sentence
The hive metastore is a common metadata source for hive, presto. spark, etc. The create table syntax is quite extensive: https://cwiki.apache.org/confluence/display/Hive/LanguageManual+DDL#Langu... - it is not expected that we would support all of options. Alternatively we could consider requiring/leveraging a metastore instance, similar to presto, rather than coming up with our own metadata representation. A single source, meaning an s3 bucket or a filesystem location, could have multiple sets of paraquet files each representing a separate table.
> Add ability to read Parquet Files
> ---------------------------------
>
> Key: TEIID-4594
> URL: https://issues.redhat.com/browse/TEIID-4594
> Project: Teiid
> Issue Type: Feature Request
> Components: Misc. Connectors
> Affects Versions: 9.2
> Reporter: Van Halbert
> Assignee: Steven Hawkins
> Priority: Major
> Fix For: 15.0
>
>
> Integration with Parquet files on Gluster is an important requirement. RADAnalytics will be accessing data from Parquet which is a common file format for Spark.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 6 months
[JBoss JIRA] (TEIID-4594) Add ability to read Parquet Files
by Aditya Manglam Sharma (Jira)
[ https://issues.redhat.com/browse/TEIID-4594?page=com.atlassian.jira.plugi... ]
Aditya Manglam Sharma edited comment on TEIID-4594 at 7/9/20 12:02 PM:
-----------------------------------------------------------------------
> For reference we would see the common representations possible in the Hive metastore. Presumably a file single source can define a number of parquet tables
What do you mean by this [~shawkins]? The first sentence
was (Author: adityamanglam):
> For reference we would see the common representations possible in the Hive metastore. Presumably a file single source can define a number of parquet tables
What do you mean by this [~shawkins]?
> Add ability to read Parquet Files
> ---------------------------------
>
> Key: TEIID-4594
> URL: https://issues.redhat.com/browse/TEIID-4594
> Project: Teiid
> Issue Type: Feature Request
> Components: Misc. Connectors
> Affects Versions: 9.2
> Reporter: Van Halbert
> Assignee: Steven Hawkins
> Priority: Major
> Fix For: 15.0
>
>
> Integration with Parquet files on Gluster is an important requirement. RADAnalytics will be accessing data from Parquet which is a common file format for Spark.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 6 months