usql
usql copied to clipboard
U-SQL Examples and Issue Tracking
Having to downgrade all code to .Net Framework 4.5.2 is really painful and requires very old version of code such as Newtonsoft. Can the supported framework but moved up to...
Explicitly enable atomic file processing on MultiLevelJsonExtractor, because USQL ignores the inherited attribute and will still split files greater than 1 gigabyte.
fixes ask for more clearity where Microsoft.Analytics.Samples.sln can be found https://github.com/Azure/usql/commit/cc1124bf56242e9dfaaa2a599b53c42257ec0404#r32679525
I am using this sample code to get only the headers from the table valued function for creating the data catalog for the Tsv files we have in our ADLS....
It's documented that U-SQL uses .net 4.5 https://docs.microsoft.com/en-us/azure/data-lake-analytics/data-lake-analytics-u-sql-programmability-guide#use-assembly-versioning So to ensure that our own custom assemblies are built to that runtime. When creating a "Class Library (For U-SQL Application)" via...
I have a 320mb big avro file. When using the AvroExtractor on it I get a `System.OutOfMemoryException`. ``` at System.IO.MemoryStream.set_Capacity(Int32 value) at System.IO.MemoryStream.EnsureCapacity(Int32 value) at System.IO.MemoryStream.Write(Byte[] buffer, Int32 offset, Int32...
How could we query the **Properties** field of type **map** in U-SQL statement when using the Avro extractor as shown below: The **Properties** field is required to differentiate between different...
I am quite new to Azure Data Lake and U-SQL and have worked with SQL earlier. I am facing the following issue while trying to migrate a SQL application to...