Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Apache Solr Storage plugin #100

Closed
wants to merge 24 commits into from
Closed

Conversation

sudipmukherjee
Copy link

Basic storage plugin integration of apache solr search engine with
drill.

Basic storage plugin integration of apache solr search engine with
drill.
couple of classes for solr schema mapping
Initial code check-ins
Initial code check-in
Initial code check-in
Initial code check-in
initial code changes.
initial code changes
Initial check-in
initial code changes
initial code checkin
initial code checkin
Solr Storage plugin
initial code checkin
removing unnecessary eclipse files.
solr storage plugin
Initial check-ins
@sudipmukherjee sudipmukherjee reopened this Dec 2, 2015
… contains escape character

This was found while using Power BI.
1. Created a VIEW containing '_' backed by a csv file.
2. Connected to Power BI and it failed to load the data since the query
became erronous i.e. ' from table_name'
This is because power bi didn't get any column metadata from it's
previous query which contained ,
FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_CATALOG LIKE 'DRILL' ESCAPE
'\' AND TABLE_SCHEMA LIKE 'dfs.tmp' ESCAPE '\' AND TABLE_NAME LIKE
'app\_client_\view' ESCAPE '\' ORDER BY TABLE_CATALOG, TABLE_SCHEMA,
TABLE_NAME, ORDINAL_POSITION, COLUMN_NAME
@ilooner
Copy link
Contributor

ilooner commented Jun 1, 2018

@sudipmukherjee It's been a while, but it would be really cool if we could get this in. Could you create a DRILL jira for this and add it to the title: "DRILL-xxxx: Apache Solr Storage plugin" and fix the conflicts?

@ilooner
Copy link
Contributor

ilooner commented Oct 19, 2018

@sudipmukherjee This PR has been inactive for a while. If your interested in continuing working on this please get back to us. Otherwise in about a month I'll close it. In the event that the PR is closed and you want to continue work on it, please feel free to reopen the PR and continue working at any time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants