kazdy

Results 9 issues of kazdy

Hi, I noticed that policies created by serverless-step-functions plugin does not conform to the serverless framework naming convention. Example serverless framework generated policy name: `abc-serverless-dev-lambda` vs one created with serverless-step-functions...

**Describe the problem you faced** I'm observing failed spark stages `"Doing partition and writing data: " in " SparkUpsertCommitActionExecutor" job group. ` Effectively it can no longer insert or update...

schema-and-data-types
priority:critical
table-service

Hi, I would like to ask if this is a good idea to add an option to save bundled venv to .zip or tar.gz file. The usecase is for providing...

## Description fixes: #165 ## How are the changes test-covered - [ ] N/A - [x] Automated tests (unit and/or integration tests) - [ ] Manual tests - [ ]...

## Description resolves: #150 This allows datafusion users to register an external hudi table and query it like so: ```sql CREATE EXTERNAL TABLE trips STORED AS HUDITABLE LOCATION tbl/path; SELECT...

feature
p1

## Description resolves: #70 google style docstrings: https://sphinxcontrib-napoleon.readthedocs.io/en/latest/example_google.html ## How are the changes test-covered - [x] N/A - [ ] Automated tests (unit and/or integration tests) - [ ] Manual...

### Description of the improvement I'd like to use IN and NOT IN operators when for partition filter. SQL equivalent is: ```sql SELECT * FROM huditable WHERE part IN ('2022-01-02',...

feature
p1

### Description of the improvement AWS supports Hudi in most of their data services, many users leverage AWS SDK for Pandas (formerly AWS DataWrangler) to handle their data. Since hudi-rs...

python
p1

for sasl/scram auth we must specify sasl.mechanism = 'SCRAM-SHA-512' not AWS_MSK_IAM ## Description [ Please provide a brief summary of the documentation changes and purpose. ] ## Related code PR...