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

docs(samples): Convert tightly coupled local variable inside of method into method arguments #386

Merged

Commits on May 26, 2020

  1. docs(samples): Include newExpirationTime in as part of the function a…

    …rguments.
    
    As of the current version we can see that newExpirationTime,
    however by passing it as an argument engineer can easily
    change the newExperirationime in the IT test
    thus enable them to understand more about the concept.
    irvifa committed May 26, 2020
    Copy the full SHA
    a1c2fbb View commit details
    Browse the repository at this point in the history
  2. docs(samples): Include sourceUri and newSchema as part of method argu…

    …ments in AddColumnLoadAppendIT
    
    As of the current version we can see that the sourceUri and schema
    is tightly coupled with the function, meanwhile the user can pass newSchema
    and sourceUri base on the main method.
    irvifa committed May 26, 2020
    Copy the full SHA
    ea1c260 View commit details
    Browse the repository at this point in the history
  3. docs(samples): Include tableName and sourceUri as part of method argu…

    …ments in LoadParquetIT
    
    As of the current version we can see that the sourceUri and tableName
    is tightly coupled with the function, meanwhile the user can pass tableName
    and sourceUri base on the main method.
    irvifa committed May 26, 2020
    Copy the full SHA
    fea09e1 View commit details
    Browse the repository at this point in the history
  4. docs(samples): Include tableName and sourceUri as part of method argu…

    …ments in LoadParquetReplaceTableIT
    
    As of the current version we can see that the sourceUri and tableName
    is tightly coupled with the function, meanwhile the user can pass tableName
    and sourceUri base on the main method.
    irvifa committed May 26, 2020
    Copy the full SHA
    760201f View commit details
    Browse the repository at this point in the history
  5. docs(samples): Include rowContent as part of method arguments in Tabl…

    …eInsertRowsIT
    
    As of the current version we can see that the rowContent
    is tightly coupled with the function, meanwhile the user
    can pass rowContent based on the main method.
    irvifa committed May 26, 2020
    Copy the full SHA
    a50a290 View commit details
    Browse the repository at this point in the history
  6. docs(samples): Include newEntry ACL as part of method arguments in Up…

    …dateDatasetAccessIT
    
    As of the current version we can see that the newEntry ACL
    is tightly coupled with the function, meanwhile the user can
    pass newEntry ACL in the main method.
    irvifa committed May 26, 2020
    Copy the full SHA
    c28dc1e View commit details
    Browse the repository at this point in the history
  7. docs(samples): Include newExpiration as part of method arguments in U…

    …pdateTableExpirationIT
    
    As of the current version we can see that the newExpiration
    is tightly coupled with the function, meanwhile the user can pass newExpiration in the main method.
    irvifa committed May 26, 2020
    Copy the full SHA
    586f4df View commit details
    Browse the repository at this point in the history