🚀 Boostnote is an open source note-taking app made for programmers just like you.
Change the wait duration from 1 milisecond to 1 second as MacOS filesystem keeps the granularity at seconds level
Merge pull request #14741 from cdapio/fix-caching-location-test
Change the wait duration from 1 milisecond to 1 second as MacOS files…
…ystem keeps the granularity at seconds level. More info - https://stackoverflow.com/questions/18403588/how-to-return-millisecond-information-for-file-access-on-mac-os-x-in-java
Change the wait duration from 1 milisecond to 1 second as MacOS filesystem keeps the granularity at seconds level
Change the wait duration from 1 milisecond to 1 second as MacOS filesystem keeps the granularity at seconds level
…ystem keeps the granularity at seconds level. More info - https://stackoverflow.com/questions/18403588/how-to-return-millisecond-information-for-file-access-on-mac-os-x-in-java
[CDAP-20009] Handle null input in decodeUserId() function
Merge pull request #14725 from cdapio/cherrypick/CDAP-20009
[Cherry-pick][CDAP-20009] Handle null input in decodeUserId() function
[CDAP-20009] Handle null input in decodeUserId() function
Add logging of Spark execution plan to facilitate debugging
Merge pull request #14722 from cdapio/execution-plan-logging-cp
Add logging of Spark execution plan to facilitate debugging
Merge branch 'release/6.8' into cherrypick/CDAP-20009
CDAP-19983 | Add metrics to capture the latency for the state store calls
Merge pull request #14733 from cdapio/bugfix/CDAP-19983-cherrypick
CDAP-19983 | Add metrics to capture the latency for the state store calls
[CDAP-20009] Handle null input in decodeUserId() function
fix(CDAP-19974): assign creation time along with latest="false" for pre 6.8 pipeline, when we retrieve the latest version
Merge pull request #14732 from cdapio/cherrypick/CDAP-19974
fix(CDAP-19974): assign creation time along with latest="false" for pre 6.8 pipeline, when we retrieve the latest version
[CDAP-20009] Handle null input in decodeUserId() function
CDAP-20001 refactoring programlifecycleService to use ProgramReference
address comments
CDAP-19979 unversioned get /runs api returns all runs
change runcount apis to return total run count for all versions
address indentation comments
add predicate
fix unit tests
Merge pull request #14727 from cdapio/cherrypick/CDAP-19979
Cherrypick/CDAP 19979 & CDAP-20001
[CDAP-20009] Handle null input in decodeUserId() function
[CDAP-20009] Handle null input in decodeUserId() function
Merge pull request #14723 from cdapio/bug/CDAP-20009
[CDAP-20009] Handle null input in decodeUserId() function
userId is the id of the user who runs/stops the pipeline. It will be null if RBAC is not enabled.
[CDAP-20009] Handle null input in decodeUserId() function