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

Removes unused imports, adds new line at end of files. #287

Closed

Commits on Jul 11, 2023

  1. Removes unused imports, adds new line at end of files.

    Signed-off-by: Mitchell Gale <[email protected]>
    MitchellGale committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    72298f3 View commit details
    Browse the repository at this point in the history
  2. Restrict master key reading from cluster settings API (opensearch-pro…

    …ject#1825)
    
    Signed-off-by: Vamsi Manohar <[email protected]>
    Signed-off-by: Mitchell Gale <[email protected]>
    vamsi-amazon authored and MitchellGale committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    d09818c View commit details
    Browse the repository at this point in the history
  3. Merge main.

    MitchellGale committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    371bd6c View commit details
    Browse the repository at this point in the history
  4. Add _routing to SQL includes list (#277) (opensearch-project#1771)

    * Add _routing to SQL includes list
    
    Signed-off-by: Andrew Carbonetto <[email protected]>
    
    * Update IT index
    
    Signed-off-by: Andrew Carbonetto <[email protected]>
    
    * Update doctest
    
    Signed-off-by: acarbonetto <[email protected]>
    
    * Add WHERE clause IT tests
    
    Signed-off-by: acarbonetto <[email protected]>
    
    * Fix IT test
    
    Signed-off-by: acarbonetto <[email protected]>
    
    * Update documentation for _routing
    
    Signed-off-by: acarbonetto <[email protected]>
    
    ---------
    
    Signed-off-by: Andrew Carbonetto <[email protected]>
    Signed-off-by: acarbonetto <[email protected]>
    Signed-off-by: Mitchell Gale <[email protected]>
    acarbonetto authored and MitchellGale committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    ee37fe0 View commit details
    Browse the repository at this point in the history
  5. Added new datetime functions and aliases to PPL (opensearch-project#1807

    )
    
    * Added new datetime functions and aliases to PPL (#281)
    
    * Added new functions, and alias' to PPL
    
    Signed-off-by: Matthew Wells <[email protected]>
    
    * removed message about functions not working with dates with 0 month/day as those dates don't exist
    
    Signed-off-by: Matthew Wells <[email protected]>
    
    * changed documentation to be in alphabetical order
    
    Signed-off-by: Matthew Wells <[email protected]>
    
    ---------
    
    Signed-off-by: Matthew Wells <[email protected]>
    Signed-off-by: Mitchell Gale <[email protected]>
    matthewryanwells authored and MitchellGale committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    825e9d9 View commit details
    Browse the repository at this point in the history
  6. fix flakytest when tests.locale=tr (opensearch-project#1827)

    Signed-off-by: Peng Huo <[email protected]>
    Signed-off-by: Mitchell Gale <[email protected]>
    penghuo authored and MitchellGale committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    43fbadc View commit details
    Browse the repository at this point in the history
  7. Update docs to reflect recent changes. (#285) (opensearch-project#1826)

    * Update docs.
    
    * Apply suggestions from code review
    
    * Add example of quote escaping.
    
    * Update docs/user/general/datatypes.rst
    
    * Update docs/user/general/datatypes.rst
    
    ---------
    
    Signed-off-by: Yury-Fridlyand <[email protected]>
    Co-authored-by: Forest Vey <[email protected]>
    Co-authored-by: Matthew Wells <[email protected]>
    Signed-off-by: Mitchell Gale <[email protected]>
    3 people authored and MitchellGale committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    9e3fa72 View commit details
    Browse the repository at this point in the history
  8. Bump guava version to 32.0.1 (opensearch-project#1829)

    Signed-off-by: Rupal Mahajan <[email protected]>
    Signed-off-by: Mitchell Gale <[email protected]>
    rupal-bq authored and MitchellGale committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    013267f View commit details
    Browse the repository at this point in the history
  9. Add EMR client to spark connector (opensearch-project#1790)

    * Create Spark Connector
    
    Signed-off-by: Vamsi Manohar <[email protected]>
    
    * Add spark client and engine
    
    Signed-off-by: Rupal Mahajan <[email protected]>
    
    * Remove vars
    
    Signed-off-by: Rupal Mahajan <[email protected]>
    
    * Spark connector draft
    
    Signed-off-by: Rupal Mahajan <[email protected]>
    
    * nit
    
    Signed-off-by: Rupal Mahajan <[email protected]>
    
    * Fix checkstyle errors
    
    Signed-off-by: Rupal Mahajan <[email protected]>
    
    * nit
    
    Signed-off-by: Rupal Mahajan <[email protected]>
    
    * Fix license header
    
    Signed-off-by: Rupal Mahajan <[email protected]>
    
    * Add spark storage test
    
    Signed-off-by: Rupal Mahajan <[email protected]>
    
    * Update comments
    
    Signed-off-by: Rupal Mahajan <[email protected]>
    
    * Fix checkstyle in comments
    
    Signed-off-by: Rupal Mahajan <[email protected]>
    
    * Update tests
    
    Signed-off-by: Rupal Mahajan <[email protected]>
    
    * Add emr client
    
    Signed-off-by: Rupal Mahajan <[email protected]>
    
    * Set default values for flint args
    
    Signed-off-by: Rupal Mahajan <[email protected]>
    
    * Validate emr auth type
    
    Signed-off-by: Rupal Mahajan <[email protected]>
    
    * Add default constants for flint
    
    Signed-off-by: Rupal Mahajan <[email protected]>
    
    * Update unit tests
    
    Signed-off-by: Rupal Mahajan <[email protected]>
    
    * Address PR comments
    
    Signed-off-by: Rupal Mahajan <[email protected]>
    
    * tests draft
    
    Signed-off-by: Rupal Mahajan <[email protected]>
    
    * Refactor class name
    
    Signed-off-by: Rupal Mahajan <[email protected]>
    
    * Rename classes and update tests
    
    Signed-off-by: Rupal Mahajan <[email protected]>
    
    * Update scan operator test
    
    Signed-off-by: Rupal Mahajan <[email protected]>
    
    * Address PR comment
    
    Signed-off-by: Rupal Mahajan <[email protected]>
    
    * Fix Connection pool shut down issue
    
    Signed-off-by: Rupal Mahajan <[email protected]>
    
    * Update emr unit tests
    
    Signed-off-by: Rupal Mahajan <[email protected]>
    
    * Update doc and tests
    
    Signed-off-by: Rupal Mahajan <[email protected]>
    
    * nit
    
    Signed-off-by: Rupal Mahajan <[email protected]>
    
    * Update EMR clinet impl tests
    
    Signed-off-by: Rupal Mahajan <[email protected]>
    
    * Address PR comments
    
    Signed-off-by: Rupal Mahajan <[email protected]>
    
    * Make spark & flint jars configurable
    
    Signed-off-by: Rupal Mahajan <[email protected]>
    
    * Address comments
    
    Signed-off-by: Rupal Mahajan <[email protected]>
    
    * Add spark application id in logs
    
    Signed-off-by: Rupal Mahajan <[email protected]>
    
    * nit
    
    Signed-off-by: Rupal Mahajan <[email protected]>
    
    * Delete result when not required
    
    Signed-off-by: Rupal Mahajan <[email protected]>
    
    ---------
    
    Signed-off-by: Vamsi Manohar <[email protected]>
    Signed-off-by: Rupal Mahajan <[email protected]>
    Co-authored-by: Vamsi Manohar <[email protected]>
    Signed-off-by: Mitchell Gale <[email protected]>
    2 people authored and MitchellGale committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    f2e9e68 View commit details
    Browse the repository at this point in the history
  10. Bump log4j version. (opensearch-project#1848)

    Signed-off-by: Yury-Fridlyand <[email protected]>
    Signed-off-by: Mitchell Gale <[email protected]>
    Yury-Fridlyand authored and MitchellGale committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    cc4f7cb View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    43c0877 View commit details
    Browse the repository at this point in the history