[JBoss JIRA] (TEIID-4964) AWS S3 Connector
by Chandra Akkinepalli (JIRA)
[ https://issues.jboss.org/browse/TEIID-4964?page=com.atlassian.jira.plugin... ]
Chandra Akkinepalli commented on TEIID-4964:
--------------------------------------------
[~rareddy] Yes, we will generate our own KMS key to encrypt and decrypt data on the S3 server side.
> AWS S3 Connector
> ----------------
>
> Key: TEIID-4964
> URL: https://issues.jboss.org/browse/TEIID-4964
> Project: Teiid
> Issue Type: Feature Request
> Components: Misc. Connectors
> Reporter: Chandra Akkinepalli
> Assignee: Steven Hawkins
> Fix For: Open To Community, 10.x
>
>
> I would like to request a feature for a new connector to access files in AWS S3 via JDV and be able to use SQL to query them.
> It would be great to have the ability to use AWS KMS for accessing the SSE-KMS encrypted objects on AWS S3
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 4 months
[JBoss JIRA] (TEIID-4964) AWS S3 Connector
by Ramesh Reddy (JIRA)
[ https://issues.jboss.org/browse/TEIID-4964?page=com.atlassian.jira.plugin... ]
Ramesh Reddy commented on TEIID-4964:
-------------------------------------
[~chanduakkin] Are you planning on using your own keys for this encryption?
> AWS S3 Connector
> ----------------
>
> Key: TEIID-4964
> URL: https://issues.jboss.org/browse/TEIID-4964
> Project: Teiid
> Issue Type: Feature Request
> Components: Misc. Connectors
> Reporter: Chandra Akkinepalli
> Assignee: Steven Hawkins
> Fix For: Open To Community, 10.x
>
>
> I would like to request a feature for a new connector to access files in AWS S3 via JDV and be able to use SQL to query them.
> It would be great to have the ability to use AWS KMS for accessing the SSE-KMS encrypted objects on AWS S3
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 4 months
[JBoss JIRA] (TEIID-4964) AWS S3 Connector
by Chandra Akkinepalli (JIRA)
[ https://issues.jboss.org/browse/TEIID-4964?page=com.atlassian.jira.plugin... ]
Chandra Akkinepalli commented on TEIID-4964:
--------------------------------------------
[~rareddy] This is server side encryption using aws kms
> AWS S3 Connector
> ----------------
>
> Key: TEIID-4964
> URL: https://issues.jboss.org/browse/TEIID-4964
> Project: Teiid
> Issue Type: Feature Request
> Components: Misc. Connectors
> Reporter: Chandra Akkinepalli
> Assignee: Steven Hawkins
> Fix For: Open To Community, 10.x
>
>
> I would like to request a feature for a new connector to access files in AWS S3 via JDV and be able to use SQL to query them.
> It would be great to have the ability to use AWS KMS for accessing the SSE-KMS encrypted objects on AWS S3
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 4 months
[JBoss JIRA] (TEIID-4964) AWS S3 Connector
by Ramesh Reddy (JIRA)
[ https://issues.jboss.org/browse/TEIID-4964?page=com.atlassian.jira.plugin... ]
Ramesh Reddy commented on TEIID-4964:
-------------------------------------
[~chanduakkin] Is that Server Side encryption or client side encryption you are asking above?
> AWS S3 Connector
> ----------------
>
> Key: TEIID-4964
> URL: https://issues.jboss.org/browse/TEIID-4964
> Project: Teiid
> Issue Type: Feature Request
> Components: Misc. Connectors
> Reporter: Chandra Akkinepalli
> Assignee: Steven Hawkins
> Fix For: Open To Community, 10.x
>
>
> I would like to request a feature for a new connector to access files in AWS S3 via JDV and be able to use SQL to query them.
> It would be great to have the ability to use AWS KMS for accessing the SSE-KMS encrypted objects on AWS S3
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 4 months
[JBoss JIRA] (TEIID-3843) SAP HANA wrong results from MOD with float argument
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/TEIID-3843?page=com.atlassian.jira.plugin... ]
RH Bugzilla Integration commented on TEIID-3843:
------------------------------------------------
Van Halbert <vhalbert(a)redhat.com> changed the Status of [bug 1284878|https://bugzilla.redhat.com/show_bug.cgi?id=1284878] from NEW to ON_QA
> SAP HANA wrong results from MOD with float argument
> ---------------------------------------------------
>
> Key: TEIID-3843
> URL: https://issues.jboss.org/browse/TEIID-3843
> Project: Teiid
> Issue Type: Bug
> Components: Misc. Connectors
> Affects Versions: 8.7.2.6_2
> Reporter: Jan Stastny
> Assignee: Ted Jones
>
> SAP HANA doesn't handle correctly MOD function with float arguments. The problem occurs when the float value is less than zero.
> According to SAP HANA documentation, its MOD implementation follows the symmetric handling of MOD on less than zero values. In such case, the resulting value should be computed as:
> a is negative whole number
> n is positive whole number
> mod(a,n)
> # get -1*a
> # compute mod(-1*a,n)
> # multiply the result by -1
> # result is -1*mod(-1*a,n)
> SAP HANA follows this rule for other numeric types than float. For example for Long value -24 MOD(-24,11)=-2 , which is correct according to the MOD definition.
> But when you call MOD(-24.0,11) you get 2.0
> In current state, the only thing Teiid could do is to prevent pushing MOD with float arguments. It helps to cast explicitly the column to double.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 4 months
[JBoss JIRA] (TEIID-5011) Add support for JDBC API DriverPropertyInfo method
by Tom Johnston (JIRA)
[ https://issues.jboss.org/browse/TEIID-5011?page=com.atlassian.jira.plugin... ]
Tom Johnston commented on TEIID-5011:
-------------------------------------
Yes.. I'm sorry, I should have clarified that fact.. the descriptions do not show **anything**, let alone, useful information when I interrogate them via the "Driver Properties" option within Squirrel. Note that they show up as possible properties but incomplete in terms of usefulness.
> Add support for JDBC API DriverPropertyInfo method
> --------------------------------------------------
>
> Key: TEIID-5011
> URL: https://issues.jboss.org/browse/TEIID-5011
> Project: Teiid
> Issue Type: Enhancement
> Components: JDBC Driver
> Reporter: Tom Johnston
> Assignee: Steven Hawkins
> Priority: Minor
> Fix For: 10.x
>
>
> Please add support for the jdbc api method "DriverPropertyInfo" and include all properties especially the DESCRIPTIONS for them
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 4 months