[JBoss JIRA] (TEIID-3162) Class files checked into Git
by Steven Hawkins (JIRA)
[ https://issues.jboss.org/browse/TEIID-3162?page=com.atlassian.jira.plugin... ]
Steven Hawkins commented on TEIID-3162:
---------------------------------------
The commits looked quite old. Most would have come from svn from people using a none eclipse ide such that class files weren't built into a separate folder. We can double check that .gitignore is setup correctly though.
> Class files checked into Git
> ----------------------------
>
> Key: TEIID-3162
> URL: https://issues.jboss.org/browse/TEIID-3162
> Project: Teiid
> Issue Type: Bug
> Components: Common
> Reporter: Tom Arnold
> Assignee: Steven Hawkins
> Fix For: 8.9
>
>
> It looks like a large number of class files were accidentally checked into Git. This is generally considered bad practice. The files are in the salesforce-api and google-api modules.
> Can verify using the Github file search. https://github.com/teiid/teiid/find/master (type ".class", not sure how to link to it).
> Can do something like this to remove them:
> {code}
> find . -name '*.class' -exec git rm {} \;
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 6 months
[JBoss JIRA] (TEIID-3162) Class files checked into Git
by Tom Arnold (JIRA)
[ https://issues.jboss.org/browse/TEIID-3162?page=com.atlassian.jira.plugin... ]
Tom Arnold updated TEIID-3162:
------------------------------
Description:
It looks like a large number of class files were accidentally checked into Git. This is generally considered bad practice. The files are in the salesforce-api and google-api modules.
Can verify using the Github file search. https://github.com/teiid/teiid/find/master (type ".class", not sure how to link to it).
Can do something like this to remove them:
{code}
find . -name '*.class' -exec git rm {} \;
{code}
was:
It looks like a large number of class files were accidentally checked into GIT. This is generally considered bad practice. The files are in the salesforce-api and google-api modules.
Can verify using the Github file search. https://github.com/teiid/teiid/find/master (type ".class", not sure how to link to it).
Can do something like this to remove them:
{code}
find . -name '*.class' -exec git rm {} \;
{code}
> Class files checked into Git
> ----------------------------
>
> Key: TEIID-3162
> URL: https://issues.jboss.org/browse/TEIID-3162
> Project: Teiid
> Issue Type: Bug
> Components: Common
> Reporter: Tom Arnold
> Assignee: Steven Hawkins
>
> It looks like a large number of class files were accidentally checked into Git. This is generally considered bad practice. The files are in the salesforce-api and google-api modules.
> Can verify using the Github file search. https://github.com/teiid/teiid/find/master (type ".class", not sure how to link to it).
> Can do something like this to remove them:
> {code}
> find . -name '*.class' -exec git rm {} \;
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 6 months
[JBoss JIRA] (TEIID-3162) Class files checked into Git
by Tom Arnold (JIRA)
Tom Arnold created TEIID-3162:
---------------------------------
Summary: Class files checked into Git
Key: TEIID-3162
URL: https://issues.jboss.org/browse/TEIID-3162
Project: Teiid
Issue Type: Bug
Components: Common
Reporter: Tom Arnold
Assignee: Steven Hawkins
It looks like a large number of class files were accidentally checked into GIT. This is generally considered bad practice. The files are in the salesforce-api and google-api modules.
Can verify using the Github file search. https://github.com/teiid/teiid/find/master (type ".class", not sure how to link to it).
Can do something like this to remove them:
{code}
find . -name '*.class' -exec git rm {} \;
{code}
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 6 months
[JBoss JIRA] (TEIID-3156) Provide a mechanism to turn off string sorting
by Steven Hawkins (JIRA)
[ https://issues.jboss.org/browse/TEIID-3156?page=com.atlassian.jira.plugin... ]
Work on TEIID-3156 started by Steven Hawkins.
---------------------------------------------
> Provide a mechanism to turn off string sorting
> ----------------------------------------------
>
> Key: TEIID-3156
> URL: https://issues.jboss.org/browse/TEIID-3156
> Project: Teiid
> Issue Type: Feature Request
> Components: Misc. Connectors, Query Engine
> Reporter: Steven Hawkins
> Assignee: Steven Hawkins
> Fix For: 8.9
>
>
> Currently we don't have a fine grained mechanism to turn off source sorting of specifically string data. If a source is using a different collation for example and cannot be set on a session basis (that could be configured on the datasource) to an ansi/utf collation, then at least for join scenarios we have to process the sort in the engine. Optionally the user may wan the Teiid default collation enforced even for other sorts.
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 6 months