-
Notifications
You must be signed in to change notification settings - Fork 141
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
Fixed issue #291 and updated the dialect for Tableau Connector #296
Merged
Merged
Changes from 20 commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
040552f
Added Tableau Connector to OpenSearch SQL
c8ddfb9
Merge pull request #1 from Bit-Quill/migrate-jdbc-tableau-connector
952ff01
Added CEILING and FLOOR functions
dd357bc
Merge pull request #2 from Bit-Quill/dialect-ceilfloor-AOS220
580e1af
Added IFNULL function
a4d2c0c
Added Kyle's fix for ADDDATE and SUBDATE with resulting 00:00:00 bein…
10aba05
Added MIN and MAX for two string arguments
5a90ca7
Merge pull request #3 from Bit-Quill/timestamp-issue
fa32866
Fixed return type for MID function redefenitions, part of AOS-202
Yury-Fridlyand b852f9d
Added CAST functions to convert to int or string as part of AOS-202
Yury-Fridlyand 65437b2
Added HEXBINX and HEXBINY functions from the templace without any mod…
Yury-Fridlyand 2e50a43
Fixed cast to use the OSSQL type
Yury-Fridlyand 177d132
Added parenthesis to avoid opensearch-project/sql/issues/293
Yury-Fridlyand 2355abf
Merge pull request #6 from Bit-Quill/dialect-strings-AOS-202-CAST
Yury-Fridlyand 0df001a
Pulled from main from OpenSearch
8596513
Merge branch 'main' of github.com:Bit-Quill/opensearch-project-sql in…
f212e35
Modified Timestamp conversion formula
2df3f26
Merge pull request #8 from Bit-Quill/dialect-expr-logical-AOS205
7aaf59d
Merge pull request #5 from Bit-Quill/dialect-fix-MID-return-type-AOS-202
Yury-Fridlyand 8d8fa1a
Merge pull request #7 from Bit-Quill/dialect-math.hexbin-AOS-195
Yury-Fridlyand 385a41b
Added comment to TimestampType
26dbb7e
Updated Company Name accroding to the customer's request
Yury-Fridlyand 3a5271e
Merge pull request #9 from Bit-Quill/update-vendor-AOS-231
Yury-Fridlyand 4c63b64
Updated Vendor Name as well
Yury-Fridlyand edd2159
Merge pull request #10 from Bit-Quill/update-vendor-AOS-231-part-2
Yury-Fridlyand File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
question why 11 here? is it to check if value is in yyyy-MM-dd format?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes. I can add a comment to clarify this.