[JBoss JIRA] (TEIID-3349) Allow column type to be altered
by Steven Hawkins (JIRA)
Steven Hawkins created TEIID-3349:
-------------------------------------
Summary: Allow column type to be altered
Key: TEIID-3349
URL: https://issues.jboss.org/browse/TEIID-3349
Project: Teiid
Issue Type: Feature Request
Components: Query Engine
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Fix For: 8.11
Add ddl support for alter column type to assist in importing.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
10 years, 7 months
[JBoss JIRA] (TEIID-2384) Managing Spatial Data Types
by Steven Hawkins (JIRA)
[ https://issues.jboss.org/browse/TEIID-2384?page=com.atlassian.jira.plugin... ]
Steven Hawkins commented on TEIID-2384:
---------------------------------------
Let's spin this off as a separate issue. It will have to wait for 8.11.
> Managing Spatial Data Types
> ---------------------------
>
> Key: TEIID-2384
> URL: https://issues.jboss.org/browse/TEIID-2384
> Project: Teiid
> Issue Type: Feature Request
> Components: Query Engine
> Affects Versions: 8.2
> Reporter: luca gioppo
> Assignee: Steven Hawkins
> Labels: spatial, types
> Fix For: 8.10
>
>
> It would be useful to be able to consume data from spatial database exposing the VDB as a spatial database to other application (imagine geoserver).
> TEIID could be strategic for merging georeferenced data and make it available to those systems.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
10 years, 7 months
[JBoss JIRA] (TEIID-3348) MongoDB: Teiid 8.10 CR are not compatible with MongoDB 2.4.8
by Ramesh Reddy (JIRA)
[ https://issues.jboss.org/browse/TEIID-3348?page=com.atlassian.jira.plugin... ]
Ramesh Reddy reassigned TEIID-3348:
-----------------------------------
Assignee: Ramesh Reddy (was: Steven Hawkins)
> MongoDB: Teiid 8.10 CR are not compatible with MongoDB 2.4.8
> -------------------------------------------------------------
>
> Key: TEIID-3348
> URL: https://issues.jboss.org/browse/TEIID-3348
> Project: Teiid
> Issue Type: Bug
> Components: Misc. Connectors
> Affects Versions: 8.10
> Environment: Teiid 8.10 with MongoDB 2.4.8
> Reporter: Ivan Chan
> Assignee: Ramesh Reddy
> Fix For: 8.10
>
>
> I am not able to run any query with with Teiid 8.10 CR1 against MongoDB version 2.4.8. But it works for MongoDB version 2.6.6
> Caused by: java.lang.NullPointerException
> at org.teiid.translator.mongodb.MongoDBQueryExecution.close(MongoDBQueryExecution.java:144)
> at org.teiid.translator.mongodb.MongoDBQueryExecution.cancel(MongoDBQueryExecution.java:150)
> at org.teiid.dqp.internal.datamgr.ConnectorWorkItem.cancel(ConnectorWorkItem.java:191)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:601)
> at org.teiid.dqp.internal.datamgr.ConnectorManager$1.invoke(ConnectorManager.java:209)
> at $Proxy183.cancel(Unknown Source)
> at org.teiid.dqp.internal.process.DataTierTupleSource.fullyCloseSource(DataTierTupleSource.java:323)
> at org.teiid.dqp.internal.process.DataTierTupleSource.exceptionOccurred(DataTierTupleSource.java:378)
> at org.teiid.dqp.internal.process.DataTierTupleSource.nextTuple(DataTierTupleSource.java:154)
> at org.teiid.query.processor.relational.AccessNode.nextBatchDirect(AccessNode.java:369)
> at org.teiid.query.processor.relational.RelationalNode.nextBatch(RelationalNode.java:278)
> at org.teiid.query.processor.relational.RelationalPlan.nextBatch(RelationalPlan.java:145)
> at org.teiid.query.processor.QueryProcessor.nextBatchDirect(QueryProcessor.java:151)
> at org.teiid.query.processor.QueryProcessor.nextBatch(QueryProcessor.java:114)
> at org.teiid.query.processor.BatchCollector.collectTuples(BatchCollector.java:164)
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
10 years, 7 months
[JBoss JIRA] (TEIID-3348) MongoDB: Teiid 8.10 CR are not compatible with MongoDB 2.4.8
by Ramesh Reddy (JIRA)
[ https://issues.jboss.org/browse/TEIID-3348?page=com.atlassian.jira.plugin... ]
Ramesh Reddy updated TEIID-3348:
--------------------------------
Fix Version/s: 8.10
> MongoDB: Teiid 8.10 CR are not compatible with MongoDB 2.4.8
> -------------------------------------------------------------
>
> Key: TEIID-3348
> URL: https://issues.jboss.org/browse/TEIID-3348
> Project: Teiid
> Issue Type: Bug
> Components: Misc. Connectors
> Affects Versions: 8.10
> Environment: Teiid 8.10 with MongoDB 2.4.8
> Reporter: Ivan Chan
> Assignee: Ramesh Reddy
> Fix For: 8.10
>
>
> I am not able to run any query with with Teiid 8.10 CR1 against MongoDB version 2.4.8. But it works for MongoDB version 2.6.6
> Caused by: java.lang.NullPointerException
> at org.teiid.translator.mongodb.MongoDBQueryExecution.close(MongoDBQueryExecution.java:144)
> at org.teiid.translator.mongodb.MongoDBQueryExecution.cancel(MongoDBQueryExecution.java:150)
> at org.teiid.dqp.internal.datamgr.ConnectorWorkItem.cancel(ConnectorWorkItem.java:191)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:601)
> at org.teiid.dqp.internal.datamgr.ConnectorManager$1.invoke(ConnectorManager.java:209)
> at $Proxy183.cancel(Unknown Source)
> at org.teiid.dqp.internal.process.DataTierTupleSource.fullyCloseSource(DataTierTupleSource.java:323)
> at org.teiid.dqp.internal.process.DataTierTupleSource.exceptionOccurred(DataTierTupleSource.java:378)
> at org.teiid.dqp.internal.process.DataTierTupleSource.nextTuple(DataTierTupleSource.java:154)
> at org.teiid.query.processor.relational.AccessNode.nextBatchDirect(AccessNode.java:369)
> at org.teiid.query.processor.relational.RelationalNode.nextBatch(RelationalNode.java:278)
> at org.teiid.query.processor.relational.RelationalPlan.nextBatch(RelationalPlan.java:145)
> at org.teiid.query.processor.QueryProcessor.nextBatchDirect(QueryProcessor.java:151)
> at org.teiid.query.processor.QueryProcessor.nextBatch(QueryProcessor.java:114)
> at org.teiid.query.processor.BatchCollector.collectTuples(BatchCollector.java:164)
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
10 years, 7 months
[JBoss JIRA] (TEIID-3348) MongoDB: Teiid 8.10 CR are not compatible with MongoDB 2.4.8
by Ivan Chan (JIRA)
Ivan Chan created TEIID-3348:
--------------------------------
Summary: MongoDB: Teiid 8.10 CR are not compatible with MongoDB 2.4.8
Key: TEIID-3348
URL: https://issues.jboss.org/browse/TEIID-3348
Project: Teiid
Issue Type: Bug
Components: Misc. Connectors
Affects Versions: 8.10
Environment: Teiid 8.10 with MongoDB 2.4.8
Reporter: Ivan Chan
Assignee: Steven Hawkins
I am not able to run any query with with Teiid 8.10 CR1 against MongoDB version 2.4.8. But it works for MongoDB version 2.6.6
Caused by: java.lang.NullPointerException
at org.teiid.translator.mongodb.MongoDBQueryExecution.close(MongoDBQueryExecution.java:144)
at org.teiid.translator.mongodb.MongoDBQueryExecution.cancel(MongoDBQueryExecution.java:150)
at org.teiid.dqp.internal.datamgr.ConnectorWorkItem.cancel(ConnectorWorkItem.java:191)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at org.teiid.dqp.internal.datamgr.ConnectorManager$1.invoke(ConnectorManager.java:209)
at $Proxy183.cancel(Unknown Source)
at org.teiid.dqp.internal.process.DataTierTupleSource.fullyCloseSource(DataTierTupleSource.java:323)
at org.teiid.dqp.internal.process.DataTierTupleSource.exceptionOccurred(DataTierTupleSource.java:378)
at org.teiid.dqp.internal.process.DataTierTupleSource.nextTuple(DataTierTupleSource.java:154)
at org.teiid.query.processor.relational.AccessNode.nextBatchDirect(AccessNode.java:369)
at org.teiid.query.processor.relational.RelationalNode.nextBatch(RelationalNode.java:278)
at org.teiid.query.processor.relational.RelationalPlan.nextBatch(RelationalPlan.java:145)
at org.teiid.query.processor.QueryProcessor.nextBatchDirect(QueryProcessor.java:151)
at org.teiid.query.processor.QueryProcessor.nextBatch(QueryProcessor.java:114)
at org.teiid.query.processor.BatchCollector.collectTuples(BatchCollector.java:164)
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
10 years, 7 months
[JBoss JIRA] (TEIID-3318) Support dynamically configuring the JDG protobuf schema
by Van Halbert (JIRA)
[ https://issues.jboss.org/browse/TEIID-3318?page=com.atlassian.jira.plugin... ]
Van Halbert commented on TEIID-3318:
------------------------------------
The issue: https://issues.jboss.org/browse/ISPN-5122
is being worked on and is targeted to be available in JDG 6.4.1. Once that is available, this enhancement can be completed. Note, this isn't a big issue with dealing with remote caches. Because its most likely the remote cache has already been created and just needs to be made available to Teiid. This is really for a narrow use case when someone wants Teiid to create the remote cache.
> Support dynamically configuring the JDG protobuf schema
> -------------------------------------------------------
>
> Key: TEIID-3318
> URL: https://issues.jboss.org/browse/TEIID-3318
> Project: Teiid
> Issue Type: Enhancement
> Components: Misc. Connectors
> Affects Versions: 8.7.1, 8.10
> Reporter: Van Halbert
> Assignee: Van Halbert
>
> Need to add the ability to dynamically configure the protobuf schema. A
> snip-it from an example:
> // generate and register a Protobuf schema and marshallers based on Note class and the referenced classes (User class)
> ProtoSchemaBuilder protoSchemaBuilder = new ProtoSchemaBuilder();
> String generatedSchema = protoSchemaBuilder
> .fileName("sample_schema.proto")
> .packageName("sample_package")
> .addClass(Note.class)
> .build(serCtx);
> This would change the need for the user to implement marshallers.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
10 years, 7 months
[JBoss JIRA] (TEIID-3318) Support dynamically configuring the JDG protobuf schema
by Van Halbert (JIRA)
[ https://issues.jboss.org/browse/TEIID-3318?page=com.atlassian.jira.plugin... ]
Work on TEIID-3318 stopped by Van Halbert.
------------------------------------------
> Support dynamically configuring the JDG protobuf schema
> -------------------------------------------------------
>
> Key: TEIID-3318
> URL: https://issues.jboss.org/browse/TEIID-3318
> Project: Teiid
> Issue Type: Enhancement
> Components: Misc. Connectors
> Affects Versions: 8.7.1, 8.10
> Reporter: Van Halbert
> Assignee: Van Halbert
>
> Need to add the ability to dynamically configure the protobuf schema. A
> snip-it from an example:
> // generate and register a Protobuf schema and marshallers based on Note class and the referenced classes (User class)
> ProtoSchemaBuilder protoSchemaBuilder = new ProtoSchemaBuilder();
> String generatedSchema = protoSchemaBuilder
> .fileName("sample_schema.proto")
> .packageName("sample_package")
> .addClass(Note.class)
> .build(serCtx);
> This would change the need for the user to implement marshallers.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
10 years, 7 months