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

[Storage] Added DataLake projects to Storage #7772

Merged
merged 1 commit into from
Sep 26, 2019

Conversation

seanmcc-msft
Copy link
Member

No description provided.

@seanmcc-msft seanmcc-msft added Storage Storage Service (Queues, Blobs, Files) Client This issue points to a problem in the data-plane of the library. labels Sep 26, 2019
@seanmcc-msft seanmcc-msft changed the title Added DataLake projects to Storage [Storage] Added DataLake projects to Storage Sep 26, 2019
@seanmcc-msft seanmcc-msft marked this pull request as ready for review September 26, 2019 00:26
@seanmcc-msft seanmcc-msft force-pushed the storage/features/DataLake branch from 32474a5 to e794583 Compare September 26, 2019 00:35
@tg-msft
Copy link
Member

tg-msft commented Sep 26, 2019

/azp run net - storage - ci

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@seanmcc-msft
Copy link
Member Author

So it looks like Azure.Storage.DataLake.Tests and Azure.Sotrage.DataLake.Samples can't access the Azure Core testing stuff. I'm using #7598 as a reference, but I'm not sure what I'm missing.

@seanmcc-msft seanmcc-msft force-pushed the storage/features/DataLake branch from 51dee60 to 992bd84 Compare September 26, 2019 03:49
"960D89BA2E25561F70B0E2DBC93319E0AF1961A719CCF5A4D28709B2B57A5D29B7C09DC8D269A4" +
"90EBE2651C4B6E6738C27C5FB2C02469FE9757F0A3479AC310D6588A50A28D7DD431B907FD325E" +
"18B9E8ED")]
[assembly: InternalsVisibleTo("Azure.Storage.Files.DateLake.Tests, PublicKey=" +
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo: DateLake. Here is problem number 1.

@seanmcc-msft
Copy link
Member Author

The other problem was the Azure.Storage.Files.DataLake.Samples.Tests project was named Azure.Storage.Files.DataLake.Samples.

@seanmcc-msft seanmcc-msft force-pushed the storage/features/DataLake branch from 992bd84 to 8eed935 Compare September 26, 2019 04:09
@@ -15,3 +15,15 @@
"012ea67d2479751a0b8c087a4185541b851bd8b16f8d91b840e51b1cb0ba6fe647997e57429265" +
"e85ef62d565db50a69ae1647d54d7bd855e4db3d8a91510e5bcbd0edfbbecaa20a7bd9ae74593d" +
"aa7b11b4")]
[assembly: InternalsVisibleTo("Azure.Storage.Files.DataLake, PublicKey=" +
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can I ask why we need internal access? It is generally a bad idea to couple these libraries like this. It will force use to always ship them together to ensure we don't break the internal api usage as well as means customers will always have to use the matching versions of these libraries as well to avoid breaking.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We might not, we'll see later during the implementation. The intention is to only be dependent on the public blob interfaces.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes it would be best if we can depend only on the public apis.

@seanmcc-msft seanmcc-msft merged commit 86f736e into Azure:master Sep 26, 2019
@seanmcc-msft seanmcc-msft deleted the storage/features/DataLake branch October 3, 2019 03:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Client This issue points to a problem in the data-plane of the library. Storage Storage Service (Queues, Blobs, Files)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants