-
Notifications
You must be signed in to change notification settings - Fork 7
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
BSE-4358: BodoSQL support for S3 tables #126
Merged
Merged
Changes from 1 commit
Commits
Show all changes
81 commits
Select commit
Hold shift + click to select a range
e76ddfb
Start planner API movement
njriasan 64812e8
Updated the entry point for parseQuery
njriasan b1bbc8a
Fixed the import
njriasan 88e6673
Merge branch 'main' into nick/bodosql_python_interface
njriasan 325486c
Merge branch 'main' into nick/bodosql_python_interface
njriasan 85cbbad
Moved getOptimizedPlanString
njriasan 777458d
Moved getPandasAndPlanString
njriasan 293e3b8
Moved getPandasString
njriasan 2a835ec
Moved getWriteType
njriasan f9d9611
Moved executeDDL
njriasan abab715
Moved the last RelationalAlgebra API
njriasan 1ec8501
Added missing docstrings [run CI]
njriasan 7f9d2e9
Fixed the import ordering [run CI]
njriasan 7da882e
Move reset to package private [run CI]
njriasan 6d02755
Updated fromTypeID API [run CI]
njriasan 2a943b9
Updated WriteTargetEnum [run CI]
njriasan add7295
Updated the logger API [run CI]
njriasan d8665d5
Fixed save issue [run CI]
njriasan 28cce7d
Fixed API copying issue [run CI]
njriasan 7ac23dc
Merge branch 'nick/bodosql_python_interface' into nick/fix_BodoSQLCol…
njriasan af1a9cf
Added missing static declaration [run CI]
njriasan 864ee4e
Merge branch 'nick/bodosql_python_interface' into nick/fix_BodoSQLCol…
njriasan 48605d6
Added more missing static declarations [run CI]
njriasan 1b909c9
Merge branch 'main' into nick/bodosql_python_interface [run CI]
njriasan 04db869
Removed ArrayList
njriasan 80fd441
Removed hash map interaction
njriasan 98bafde
Added stack trace API
njriasan 052ce93
Removed properties
njriasan c25928c
Added builders
njriasan 2349f14
Add local table builder
njriasan 142c45f
Update LocalSchema
njriasan 7febfe5
Removed LocalSchemaClass [run CI]
njriasan f87b383
Removed more dead code [run CI]
njriasan bca4fdc
Fixed bugs [run CI]
njriasan 3b36b27
Merge branch 'nick/bodosql_python_interface' into nick/fix_BodoSQLCol…
njriasan 688f131
Merge branch 'nick/fix_BodoSQLColumn' into nick/remove_constructors_b…
njriasan 6918eb9
Removed planner type
njriasan 09f51b6
Removed DDLExecutionResult calls
njriasan 7ebec08
Added get lowered globals
njriasan f484159
Refactored pair access
njriasan 1c5d5be
Fixed the exception interface
njriasan b1cee44
Removed ColumnDataTypeClass
njriasan 76a0c56
Removed ColumnDataTypeClass
njriasan 1e0139e
Removed everything but the constructors
njriasan f63733d
Refactored RelationalAlgebraGenerator constructor
njriasan 374e4bf
Removed RelationalAlgebraGeneratorClass [run CI]
njriasan db61339
Merge branch 'main' into nick/bodosql_python_interface [run CI]
njriasan 4b7890e
Merge branch 'nick/bodosql_python_interface' into nick/fix_BodoSQLCol…
njriasan a9c46f3
Merge branch 'nick/fix_BodoSQLColumn' into nick/remove_constructors_b…
njriasan 10952b6
Merge branch 'nick/remove_constructors_bodosql' into nick/remove_rema…
njriasan 395d644
Fixed map APIs [run CI]
njriasan 95052cb
Merge branch 'nick/remove_constructors_bodosql' into nick/remove_rema…
njriasan 2ca5b36
Fixed create_java_dynamic_parameter_type_list [run CI]
njriasan db9edfa
Merge branch 'nick/remove_constructors_bodosql' into nick/remove_rema…
njriasan d066870
Fixed merge conflict [run CI]
njriasan c873e60
Merge branch 'nick/fix_BodoSQLColumn' into nick/remove_constructors_b…
njriasan 2dfb822
Apply Isaac's feedback [run CI]
njriasan c66bafc
Merge branch 'nick/remove_constructors_bodosql' into nick/remove_rema…
njriasan fcebae7
Merged with main [run CI]
njriasan 0fb2a07
Merge branch 'nick/remove_constructors_bodosql' into nick/remove_rema…
njriasan 2fddacb
Fixed APIs
njriasan 3164ada
moved definitions [run CI]
njriasan 86947e4
Add S3TablesCatalog skeleton
IsaacWarren e91d009
Add implementations for bodosql catalog
IsaacWarren 0f7b77c
Add BodoS3TablesCatalog to PythonEntryPoint
IsaacWarren 550691b
Add s3_tables_catalog to bodosql
IsaacWarren 0585d51
Add s3_tables_catalog fixture
IsaacWarren 01fe6ac
Actually cleanup written table
IsaacWarren d712c80
Add basic s3 tables read test
IsaacWarren a7cd361
Add write test
IsaacWarren 43844d7
Update docs
IsaacWarren e9372c4
Allow catalogs to not specify a default schema
IsaacWarren d5bb594
Don't give default schema
IsaacWarren c015ad2
[Run CI]
IsaacWarren 43f60fc
Merge remote-tracking branch 'origin/main' into isaac/bodosql_s3_tables
IsaacWarren 5a8c201
[Run CI]
IsaacWarren 6e2cc69
Fix docstring
IsaacWarren 21de7a1
Fix doc
IsaacWarren d4389f5
Fix comment
IsaacWarren 06c9ed3
Add infra requirements to docstrings
IsaacWarren 7095e2d
[Run CI]
IsaacWarren 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
Don't give default schema
- Loading branch information
commit d5bb594a97d6438ab15ef4ad96c9a1812da21763
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.
[sic] Glue